I have an app that stores gps data into a SQLite db. I want to 'play'
that data back. I was having trouble getting that to work until I
stumbled across Romain Guy's blog on painless threads -- thank you
Romain!

Now that I got that to work, I want to do things like stop, pause,
backup, replay...like a little VCR. But the AsyncTask has that one-
time-use condition (which in practice means that I *can* replay if I
let the thread finish, leave and come back). But that's a little much
for the users to live with.

Question: is there a better way? Plain english answers greatly
appreciated! :)

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