Hi, I'm working on the Android app that would be used in some kind of "Street game". I'm supposed to create app that should show new tasks for the user when he reaches specific location, e.g. he would be of about 15 meters to the given building at X street. What is the best option to make such app with the least battery consuming? Should I create an IntentService that in the onHandleIntent would request location updates and inform if the device is in the neighbourhood of the given spot?
Thx for your advice :) -- 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

