On Wed, Jul 21, 2010 at 12:29 PM, Jin Chiu <[email protected]> wrote:
> Are the UI threads for each Activity and Service in an app separate
> threads, or is there actually 1 underlying UI thread per app that
> processes the UI message queue for each Activity and Service?

There is one main application thread ("UI thread") per process,
supporting all activities, services, and broadcast receivers in that
process.

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

_The Busy Coder's Guide to Android Development_ Version 3.1 Available!

-- 
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

Reply via email to