Re: [android-developers] Can anyone explain me the use of invalidate() function and when it needs to be called

2012-05-01 Thread Jason Teagle
Can anyone explain me the use of invalidate() function and when it needs to be called It marks the entire surface of the view as needing repainting, thus causing the control to repaint itself at the earliest convenient moment on the UI thread (once all other UI actions have completed). You w

[android-developers] Can anyone explain me the use of invalidate() function and when it needs to be called

2012-05-01 Thread chanakya raichur
Can anyone explain me the use of invalidate() function and when it needs to be called -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,