I want to monitor a user\'s location on a regular basis, like Google Latitude does. Something that would wake the phone up every X minutes, even if the app is currently not run
I've tried just using LocationManager for this and did not have much luck. Hence, I rolled a LocationPoller that, in conjunction with your own _WAKEUP alarms, should handle this scenario.