MobDev wrote: > thanks for the answer Mark... > Well the idea of the AsyncTask was to have a place where progress > would be shown to a GUI element... > And the onProgressUpdate() method oviously was very tempting ;) > Anyhow, everything being asynchronous and thus not possible to > implement within a doInBackgournd() method I will simply scrap the > AsyncTask...
Yeah, if the rest of your stuff is already asynchronous, I'd just have them use a Handler or runOnUiThread() or something to update the progress, either directly or through some common updateTheProgressAndBeQuickAboutIt() method. > Also get your ass to the netherlands for some training sessions ;) You find a dozen or so people, and I'll be happy to head over. :-) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.5 Available! -- 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

