I simply followed the SDK reference for AsyncTask at developer.android.com. I did run into some gothchas. You really really need to pay attention to which methods can and cannot call the methods in your Activity. But once you get it right it's solid. I use it to make a request to a server and display a map based on a GeoRSS XML response.
Romain Guy's Photostream sample app uses an older version of AsyncTask, but the app is a great model, almost a "kitchen sink" of async requests to the Flickr API, notifications, and alarm timers. -- 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 To unsubscribe, reply using "remove me" as the subject.

