What are the Android's alternatives开发者_开发问答 to MIDP's Canvas.repaint()
and Canvas.serviceRepaints()
?
View.invalidate()
if called from the UI thread and View.postInvalidate()
if called from a non-UI thread, This will take care of Canvas.repaint()
I dont think android has an equivalent to Canvas.serviceRepaints()
精彩评论