given what I have read so far it is much simpler for me to base-class
on AsyncTask and do the threading from my sources but docs state
constructor "Runs on the UI thread before doInBackground(Params...)."

I can figure out the Handler(s) to process messages delivered from the
UI thread ~ since I do not have access to a reference compliant
sources there is no way for me to know using only the docs at /
reference/android/os/AsyncTask if I need to call super.onPreExecute()
from an override to arrive at stable application state across most
vendor platforms

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