dougx wrote:
> Help? Anyone got a working example of onProgressUpdate()?

Visit:

http://commonsware.com/Android/

Download the source code, and look in the ZIP file for the
Threads/Asyncer project. It uses publishProgress().

I would strongly suggest, when using AsyncTask, to qualify the types you
are using (e.g., AsyncTask<Void, String, Void>) and @Override
directives. They save you from a world of hurt in not using the class
correctly.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

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