One of the blessings of Android compared to other mobile platforms is the availability of services. I usually make my Activities as thin as humanly possible, dumb views essentially. All state exists in a service. This way, when the activity dies, you don't have to worry if your shut-down and clean-up code takes a whole two or three seconds to complete.
Also its a great way to persist state across multiple activities. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/WebClient-DownloadFileAsync-unreliable-on-3-0-tp4457778p4895130.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
