Skip to content

Latest commit

 

History

History
96 lines (71 loc) · 5.08 KB

README.md

File metadata and controls

96 lines (71 loc) · 5.08 KB

Connect IQ SDK for Android Samples

Official documentation

SDK License

Download

AAR

Latest AAR is available for download on Maven Central Repository under CIQ Companion APP SDK.

MAVEN

<dependency>          
    <groupId>com.garmin.connectiq</groupId>          
    <artifactId>ciq-companion-app-sdk</artifactId>
    <version>2.0.3</version>
</dependency>

GRADLE

implementation("com.garmin.connectiq:ciq-companion-app-sdk:2.0.3@aar")

Samples

Comm Android Sample

  • The Comm Android application is a sample companion application for ConnectIQ on Android
  • Compile using Android Studio
  • Run on phone.

Comm Watch Sample

Other Useful Info

Forums:

The Connect IQ forum provides access to our community of amazing developers, as well as the ear of the Connect IQ team, and includes several spaces for interaction:

Please be sure to refer to the forum rules when using the general forums and the bug reports forum rules when posting to the bug reports forum.

Helpful Links:

  • Connect IQ Programmer's Guide: This guide covers first time setup and discusses many key Connect IQ concepts.
  • Connect IQ User Experience Guide: A supplemental guide that contains suggestions for getting the most out of your apps on wearable products.
  • Connect IQ API Documentation: Full technical documentation of Connect IQ APIs.
  • Connect IQ Store: Explore and download apps to personalize the Garmin with Connect IQ, our open platform for third-party developer apps.
  • Garmin Connect: Garmin Connect provides users with a dashboard and tools for review their fitness activites, including custom data from Connect IQ apps.
  • Garmin Product Support: The official Garmin product support online hub for basic device troubleshooting and non-Connect IQ related issues with Garmin products.
  • garmin.com: Your one-stop place for all things Garmin.
  • Third-Party Tutorials and Open Source Apps: This forum thread provides links to tutorials and open source projects that developers in the our community find helpful.

License

Samples License.