I have following code http://pastie.org/1513146, and while setProgress 
method works, onParsed doesn't. onParsed has to be called from Handler 
message because it accesses progressbar view from different thread. 
setProgress is called from different thread as well (thread running 
ParseTracker.update), also accesses progressbar view, but works without 
Handler. Am I missing something about accessing views from different 
threads?

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

Reply via email to