The best battery saving method for Location updates

Viewed 225

I'm trying to write an Adroid application that should run in background and notify the user when he will be close to the place given in the database. Should I do it by requestLocationUpdates in the extended IntentService class?

What is the best way to make it as least battery draining as possible?

1 Answers
Related