A library to read (parse) and write TCX files, built for Android. The reference schema is Training Center Database v2.
Currently, only a small subset is implementented:
- Activities
- Activity
- Sport
- Id
- Lap
- Notes
- Activity
- ActivityTrackpointExtension
- ActivityLapExtension
Add the Jitpack repository to your root build file:
allprojects {
repositories {
maven { url = uri("https://jitpack.io") }
}
}
dependencies {
implementation("com.github.myrronth:readwritetcx-android:0.1.0")
}
See the tests or the example app.