The general rule is that UI components can only be used from the UI thread.
I don't see anything in the docs that says that ProgressDialog is an exception:
http://developer.android.com/reference/android/app/ProgressDialog.html#setProgress(int) <http://developer.android.com/reference/android/app/ProgressDialog.html#setProgress%28int%29>
-- Kostya 27.10.2011 17:22, bob пишет:
Anyone know if ProgressDialog is thread-safe? Wondering if this is ok:
-- Kostya Vasilyev -- 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

