Is there a good tutorial or documentation about how to use IntentService?
Powered by Telkomsel BlackBerry®

-----Original Message-----
From: Bret Foreman <[email protected]>
Sender: [email protected]
Date: Sat, 16 Oct 2010 08:22:32 
To: Android Developers<[email protected]>
Reply-To: [email protected]
Subject: [android-developers] Re: Asynch Network Library

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

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