Re: [android-developers] AsyncTask vs. IntentService

2011-09-27 Thread Mark Murphy
On Tue, Sep 27, 2011 at 2:52 PM, stanlick wrote: > With respect to the one-and-done off-UI thread task, is there a best > usage pattern? There are usage patterns. Best? That's tough to say. > IntentService dispenses with the > configuration changes but leaves you in a lurch when requiring a > re

[android-developers] AsyncTask vs. IntentService

2011-09-27 Thread stanlick
After reading the thread regarding AsyncTask and Activity configuration changes, I am actually a bit more skeptical now than when I started! http://groups.google.com/group/android-developers/browse_thread/thread/e1d5b8f8a3142892?pli=1 With respect to the one-and-done off-UI thread task, is there