Android Open Source - Location Device GPXMockLocations






Project Summary

This app allows to mock GPS locations from a GPX file in and Android device.

Web Site / Source Repository

GPXMockLocations is hosted in the following web site
https://github.com/renato-almeida/GPXMockLocations

If you think the Android project GPXMockLocations 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 GPXMockLocations.

ItemValue
Java File Count11
Target SDK Version16
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
jaxen.jar
jdom.jar
Required Permissionsandroid.permission.ACCESS_MOCK_LOCATION
android.permission.READ_EXTERNAL_STORAGE
android.permission.VIBRATE




Java Source Files

GPXMockLocations has the following Java source files.

com.renatoalmeida.gpxmocklocations.MainActivity.java
com.renatoalmeida.gpxmocklocations.MockLocationService.java
net.divbyzero.gpx.Coordinate.java
net.divbyzero.gpx.GPX.java
net.divbyzero.gpx.Measurable.java
net.divbyzero.gpx.Track.java
net.divbyzero.gpx.TrackSegment.java
net.divbyzero.gpx.Waypoint.java
net.divbyzero.gpx.parser.JDOM.java
net.divbyzero.gpx.parser.Parser.java
net.divbyzero.gpx.parser.ParsingException.java