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

