com.garmin:fit

The Official Garmin FIT SDK


License
CDLA-Permissive-1.0

Documentation

Garmin - FIT Java SDK

FIT SDK Documentation

The FIT SDK documentation is available at https://developer.garmin.com/fit.

FIT SDK Developer Forum

Share your knowledge, ask questions, and get the latest FIT SDK news in the FIT SDK Developer Forum.

Install

The latest version of the SDK can be installed from Maven Central Repository

<dependency>
    <groupId>com.garmin</groupId>
    <artifactId>fit</artifactId>
    <version>[21.120.0,)</version>
</dependency>

FIT SDK Cookbook

The FIT SDK Cookbook contains examples of using the FIT SDK to solve real-world problems. There are recipes for encoding and decoding Activity, Workout, and Course files; and recipes that provide tips for working with the FIT SDK.

Decoding an Activity File

The FIT Java SDK contains example code for decoding FIT Activity files. See the Decoding FIT Activity Files recipe for details on decoding FIT Activity files.

Encoding an Activity File

The FIT Java SDK contains example code for encoding FIT Activity files. See the Encoding FIT Activity Files recipe for details on encoding FIT Activity files.

Encoding a Course File

The FIT Java SDK contains example code for encoding FIT Course files. See the Encoding FIT Course Files recipe for details on encoding FIT Course files.

Encoding a Workout File

The FIT Java SDK contains example code for encoding FIT Workout files. See the Encoding FIT Workout Files recipe for details on encoding FIT Workout files.