[android-developers] Best approach for LocationPolling service

2010-12-05 Thread CChange
Hi! I am writing a little app, that needs to poll location every n minutes (usually every 15 or 30 minutes), do some logic with that information and store something into the db. There is a GUI to all that of course, but obviously I dont want that to run in the background as well. Just the polling

Re: [android-developers] Best approach for LocationPolling service

2010-12-05 Thread Mark Murphy
On Sun, Dec 5, 2010 at 4:02 PM, CChange wrote: > I am writing a little app, that needs to poll location every n minutes > (usually every 15 or 30 minutes), do some logic with that information > and store something into the db. There is a GUI to all that of course, > but obviously I dont want that