I am working on an android app that has to update location every 10 seconds. Means I have to do polling for every 10 seconds when user wanted to do.
- Which one is better to use Service or Geofencing API.
- Which will be better for reducing battery draining.
Thanks