I want to create a reminder system for my android user.
When the user set the reminder and leave a point, I would like my service to cast him a notification when he come back near this point (let’s say more than 5 minutes later).
I can create a service which keep on listening gps updates and cast a notification when the distance with the marked point is smaller than 100 meters but I am affraid it would empty the battery very fast. Furthermore, I can not really rely on Network Localization accuracy.
Is there a better way to do that ? I have heard that foursquare have just implemented a such system but I do not know if it works
thanks for your help
Add a proximity alert using addProximityAlert()
As for the battery drain :