The IntentService is the ticket for background network processing.
It's simple to use and I've found it very reliable, even for
multithreaded access like pulling down a set of documents in parallel.

On Oct 16, 7:40 am, Kostya Vasilyev <[email protected]> wrote:

> For background network processing, your best bet is to use a worker
> thread, either with AsyncTask or a Service.
>
> -- Kostya
>

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