You may also take IntentService into account. I would prefer that or HandlerThread/Handler. AsyncTask is a bit an overkill, as you may want to call your urls independently and then AT would create a Thread for each REST call.
R. -- 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

