guich wrote:
> What's the main application thread used if not for lengthy tasks?

Anything *other* than lengthy tasks. The main application thread is the
UI thread.

> I really can't understand all the threads of Android...

There's only one thread of significance -- the main application ("UI")
thread -- unless you arrange for your own threads, either manually
forking them or using tools like AsyncTask or IntentService.

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

Android Training in US: 26-30 April 2010: http://onlc.com

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