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.
- Host: GitHub
- URL: https://github.com/vipulasri/locationupdates
- Owner: vipulasri
- Created: 2015-11-27T10:20:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T10:20:32.000Z (about 10 years ago)
- Last Synced: 2025-09-08T22:44:53.857Z (4 months ago)
- Topics: android, location-services
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 31
- Watchers: 3
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.