Hi all,
I was upto a network related operation of uploading and downloading
data. I am using REST service architecture  and Bound Services  and
Messeges for Interaction with Actives and Service. As to do a network
related task , i have to create new thread for every request form
service , doing this will create a lot of Runnables in my service
class , so i was thinking that i shuld rather create AsyncTask class
for every Messenge from activites instead of spawning new threads,
Please tell which one will be best , runnables in service or the Async
Task classes for every messege.

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