Android Open Source - Location user simpleLocationTracker






Project Summary

Tracks user location with a set frequency and syncs location data with the server.

Web Site / Source Repository

simpleLocationTracker is hosted in the following web site
https://github.com/vshivam/simpleLocationTracker

If you think the Android project simpleLocationTracker listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of simpleLocationTracker.

ItemValue
Java File Count11
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version10
Activity Count2
jar files usedandroid-support-v4.jar
gson-2.2.4.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.INTERNET
android.permission.RECEIVE_BOOT_COMPLETED




Resource Files

There are 1 image files in simpleLocationTracker. The names of the image files are listed as follows.

ic_action_web_site.png

The following screenshort is generated from the image listed above.

null

Java Source Files

simpleLocationTracker has the following Java source files.

com.locationTracker.backgroundServices.BackgroundServices.java
com.locationTracker.backgroundServices.DataSyncService.java
com.locationTracker.backgroundServices.LocationTrackerService.java
com.locationTracker.backgroundServices.NetworkService.java
com.locationTracker.db.DatabaseHandler.java
com.locationTracker.gson.LocationDataForServer.java
com.locationTracker.main.App.java
com.locationTracker.main.FirstRun.java
com.locationTracker.main.MainActivity.java
com.locationTracker.main.UserLocation.java
com.locationTracker.receivers.BootBroadcastReceiver.java