[android-developers] Re: Should I Be Using AsyncTask?

2009-10-22 Thread Ken H
I think I solved it. While in the actual AsyncTask I can listen for button clicks and such just like normal. So I just set up buttons and listeners to set the direction and speed of the cursor reading method. On Oct 21, 5:00 pm, Ken H hunt1...@gmail.com wrote: I have an app that stores gps data

[android-developers] Re: Should I Be Using AsyncTask?

2009-10-22 Thread James Yum
Hi, Please read this post for an alternative: http://android-developers.blogspot.com/2007/11/stitch-in-time.html It's a bit old, but the technique should work. Please consider if it makes more sense for your app. Cheers, James On Thu, Oct 22, 2009 at 8:19 AM, Ken H hunt1...@gmail.com wrote: