Skip to content

Myrronth/readwritetcx-android

Repository files navigation

ReadWriteTcx for Android

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
  • ActivityTrackpointExtension
  • ActivityLapExtension

Download

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")
}

Usage

See the tests or the example app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages