Mark Murphy schrieb: > On Fri, Jul 1, 2011 at 10:22 AM, Rutton <rut...@web.de> wrote: > > 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. > > Actually, AsyncTask will use a thread out of a thread pool for each REST call.
Interesting. Its not *really* in the AsyncTask reference page (only mentioned as a side note). Where can I read more about this? R. -- 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