Hi,

I'm calling an AsyncTask in my UI thread from a button click.  The
AsyncTask is collecting data from the hardware sensors, and will store
the info into global variables that I'll perform work from.  I'd like
to know how to either wait for the AsyncTask to finish without locking
up the UI, or how to trigger an event when AsyncTask is finished.

Thanks,
Stephen

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