I'm surprised Mark hasn't posted this yet. This may be of help to you, "AsyncTask and Screen Rotation" http://commonsware.com/blog/2010/09/10/asynctask-screen-rotation.html.
On Oct 26, 1:18 pm, Bluemercury <[email protected]> wrote: > How so? each activity launches its own async task with its own specific > logic....when you rotate you just detach the current activity from the > async task, the activity gets destroyed, a new one is created and attached > to the SAME async task.... -- 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

