Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/).