interval between invalidate call what is the refresh interval between each call to invalidate or similar method? according to Android documentation, in one second, android device can draw up to 50 times per second.
In my example, if i wan to animate an object on x-coordinate from point A to B by only increment x value from each loop instance, and combine with the theory above, logical my previously drawn object won't be visible by user because of the fast-pace drawing where each previously drawn screen is immediately wipe out and replaced by a new screen. so could someone tell is there a delay whenever there is a request to redraw a screen? and if so, how can android achive 40 or 50 frames per second? darakok -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

