Android App that tracks my GPS location and posts it to winston.kevintcoughlin.com a node.js server.
Truman is hosted in the following web site
https://github.com/KevinTCoughlin/Truman
If you think the Android project Truman 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 Truman.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | CWAC-LocationPoller.jar android-async-http-1.4.1.jar gson-2.2.2.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.WAKE_LOCK |
Asset File Names | assets\.gitkeep assets\images\rails.png assets\javascripts\.gitkeep assets\javascripts\bootstrap.js.coffee assets\javascripts\coordinates.js.coffee assets\javascripts\send_text.js.coffee assets\stylesheets\.gitkeep assets\stylesheets\bootstrap_and_overrides.css.less assets\stylesheets\coordinates.css.scss assets\stylesheets\scaffolds.css.scss assets\stylesheets\send_text.css.less |
There are 2 image files in Truman. The names of the image files are listed as follows.
gps.png ic_action_search.png
The following screenshort is generated from the image listed above.
Truman has the following Java source files.
com.kevintcoughlin.helpers.Coordinate.java com.kevintcoughlin.helpers.CoordinatesDataSource.java com.kevintcoughlin.helpers.MySQLiteHelper.java com.kevintcoughlin.helpers.TrumanRESTClient.java com.kevintcoughlin.winston.MainActivity.java com.kevintcoughlin.winston.receivers.LocationReceiver.java