A Simple GPS Logger App for Android
Go to file
bitscuit c9d175c792 Updated README.md and added some more information about the app 2021-03-06 15:29:11 +01:00
.idea Added copyright notice to source code 2021-03-06 15:17:42 +01:00
app Added copyright notice to source code 2021-03-06 15:17:42 +01:00
gradle/wrapper Initial code upload 2021-03-06 14:45:16 +01:00
.gitignore Update .gitignore file to contain full .idea dir 2021-03-06 15:13:58 +01:00
LICENSE Initial commit 2021-03-06 13:40:09 +00:00
README.md Updated README.md and added some more information about the app 2021-03-06 15:29:11 +01:00
build.gradle Initial code upload 2021-03-06 14:45:16 +01:00
gradle.properties Initial code upload 2021-03-06 14:45:16 +01:00
gradlew Initial code upload 2021-03-06 14:45:16 +01:00
gradlew.bat Initial code upload 2021-03-06 14:45:16 +01:00
settings.gradle Initial code upload 2021-03-06 14:45:16 +01:00

README.md

GPSLogger

A Simple GPS Logger App for Android

GPSLogger stores GPS data from you smartphone and exports it as a .gpx file.

Dependecies

GPSLogger makes use of the Android_GPX library by FrencescoRigoni, available under the GPL-2.0 License.