Is there a standard pattern for handling a running AsyncTask with
screen rotation? My AsyncTask runs for about 10 seconds. I could call
AsyncTask.cancel in the Activity's onDestroy method and restart the
task in onCreate but that would waste cycles, bandwidth, and user
time. I'm guessing there is a better way.

-- 
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

Reply via email to