The rule is only the main UI thread is allowed to draw anything on the
screen.  Do not use other threads to try to do this because it will
only get you into trouble.  There are various methods of linking
background thread calculations and communications with the main
thread, but only the main thread actually draws on the screen or
otherwise interacts with the UI elements.

-- 
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to