Android Open Source - App display GPSTrackViewer






Project Summary

Simple android app to display gpx tracks.

Web Site / Source Repository

GPSTrackViewer is hosted in the following web site
https://github.com/ronnyfriedland/GPSTrackViewer

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

ItemValue
Java File Count14
Supported screen sizes[hdpi]
Target SDK Version17
Minimum SDK Version14
Activity Count2
jar files usedandroid-support-v4.jar
jaxen.jar
jdom.jar
mapsforge-map-0.3.0-jar-with-dependencies.jar
Required Permissionsandroid.permission.ACCESS_FINE_LOCATION
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

GPSTrackViewer has the following Java source files.

de.ronnyfriedland.android.gps.GpsTrackViewerActivity.java
de.ronnyfriedland.android.gps.GpsTrackViewerSettingsActivity.java
de.ronnyfriedland.android.gps.to.TrackMetadata.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