An android app that tracks user location and posts it to a REST service..
Trackr is hosted in the following web site
https://github.com/PavanGaikwad/Trackr
If you think the Android project Trackr 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 Trackr.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.RECEIVE_BOOT_COMPLETED |
Trackr has the following Java source files.
com.pavan.demo.trackr.app.GPSTracker.java com.pavan.demo.trackr.app.MainActivity.java com.pavan.demo.trackr.app.TrackrBroadcastReceiver.java com.pavan.demo.trackr.app.TrackrService.java