On Wed, Jan 27, 2010 at 5:22 PM, Frank Weiss <fewe...@gmail.com> wrote:

> When you say "thread", I hope you mean AsyncTask. That's the recommended
> way to run background tasks, such as network downloads, and reliably handle
> the resuslts in the UI thread
>
On Android 1.5, AsyncTask single-threads. Android 1.5 is still 30% of the
deployed instances of Android. So if you need to have more than one task
running in parallel, you can't use AsyncTask, at least until that 30% number
drops considerably lower.

P. V. Nasby

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