A library to read (parse) and write GPX files, built for Android. The reference schema is Topografix GPX 1.1.
Based on Android GPX Parser.
Add the Jitpack repository to your root build file:
allprojects {
repositories {
maven { url = uri("https://jitpack.io") }
}
}
dependencies {
implementation("com.github.myrronth:readwritegpx-android:1.0.0.beta.2")
}
See the tests or the example app.