Hi all,

        activities, services, and broadcast receivers — are activated
by asynchronous messages

called intents.

       Like activities and the other components, services run in the
main thread of the application

process. So that they won't block other components or the user
interface, they often spawn

another thread for time-consuming tasks (like music playback). See
Processes and Threads,

 later.


Does it mean running is different from activation??.

All components (except ContentProviders) are being activated
asynchronously but still running in

application's main thread.


Can any one help??


Thanks.

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