An open API service indexing awesome lists of open source software.

https://github.com/vipulasri/locationupdates

A service running in background gives location updates and displays a notification.
https://github.com/vipulasri/locationupdates

android location-services

Last synced: 4 months ago
JSON representation

A service running in background gives location updates and displays a notification.

Awesome Lists containing this project

README

          

# LocationUpdates
It is an Android app that periodically provides user device's current location, when the App is closed or running in background. It displays the Updated Location of user in form of Lattitude and Longitude in Notification.

It uses Google Play services (GoogleApiClient) and the FusedLocationApi for getting user's Location.

**Note** : Location must be enabled.