Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasgroeger/gpsservice
Demonstrates how to use a service to regularly update a activity with data via callback. Also allows the activity to call functions on the service.
https://github.com/jonasgroeger/gpsservice
android callback gps gps-location server
Last synced: 3 months ago
JSON representation
Demonstrates how to use a service to regularly update a activity with data via callback. Also allows the activity to call functions on the service.
- Host: GitHub
- URL: https://github.com/jonasgroeger/gpsservice
- Owner: JonasGroeger
- Created: 2012-07-01T07:00:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-01T07:28:37.000Z (over 12 years ago)
- Last Synced: 2023-03-24T20:02:30.430Z (almost 2 years ago)
- Topics: android, callback, gps, gps-location, server
- Language: Java
- Size: 145 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GPSService
==========Demonstrates how to use a service to regularly update a activity with data via callback. Also allows the activity to call functions on the service.
What you can't see here is the fact that it updates the coodinates and the time every 2 seconds.
![GPSService screenshow](http://www.abload.de/img/gpsservice3fys0.png)GPSService is provided under the [CC BY 3.0 license](http://creativecommons.org/licenses/by/3.0/).