lei wrote:
> I just found postInvalidate() does not paint the view immediately, is
> there a method like serviceRepaint() in J2ME ?

Nothing paints anything "immediately" in Android.

All GUI events (e.g., setting the text on a TextView) are put on a
message queue. Those events are only then processed when you return from
whatever callback you are in and let the UI thread go back to processing
those events on the queue.

If you explain a bit more about what effect you are trying to achieve,
we may be able to give you more guidance.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Beginning Android_ from Apress Now Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to