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..
GPSService is hosted in the following web site
https://github.com/JonasGroeger/GPSService
If you think the Android project GPSService listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of GPSService.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
There are 1 image files in GPSService. The names of the image files are listed as follows.
ic_menu_preferences.png
The following screenshort is generated from the image listed above.
GPSService has the following Java source files.
de.jonasgroeger.GPSActivity.java de.jonasgroeger.GPSService.java de.jonasgroeger.IListenerFunctions.java de.jonasgroeger.IServiceFunctions.java