• RE: how to exit app and end activity only when holding the A and B button on a Venu sq

    jim_m_58 is right that in *general* you don't want to rely on detecting long button holds or button combos, because depending on device functionality or user configuration, your app may be unable to detect certain combos (and the sim doesn't reflect this…

  • RE: First message posted and immediately flagged as spam

    Hi . Posts with 3 or more links automatically get placed in the moderator's queue for approval.

    I'll just post it here...

    Comments from a Connect IQ newbie: day 1

    Hi,

    I'm an exprerienced professional software developer, but I'm discovering…

  • Welcome to Connect IQ System 6

    Welcome to Connect IQ System 6! Over the last year the Connect IQ team worked to improve every phase of the software development cycle.  

    Let's go through the new features.

    Complications

    Garmin devices collect numerous data points as users wear them…

  • RE: Having trouble with date picker in phone settings

    TL;DR I agree dates should be stored and interpreted in a timezone-agnostic manner, in general. One way could be ISO-8601 format (but date only): e.g. “2022-01-01”. *Given* that Garmin chose to store dates as UNIX timestamps, the direction they’ve gone…

  • Glance mode widget: please allow popView() at top level (for parity with non-glance widget UX)

    Hi,

    I've recently started to adapt a stopwatch widget of mine for glance mode. Currently I don't own a glance-enabled watch, so I can only test this in the sim (CIQ SDK 3.2.3, Windows/Eclipse).

    Non-Glance Widget

    The non-glance structure of the…

  • I give up on Garmin Connect IQ. My thoughts.

    Former Member
    Former Member
    After a couple of days playing around with the Garmin Connect IQ SDK (ver 1.2.2) I officially give up developing a weather app for my Garmin Fenix 3.

    I wanted to share my thoughts with the community, though. Take it as a constructive critic, Garmin staff…
  • Data from a web service in a datafield, or access to a widget from an activity app

    Former Member
    Former Member
    Hi,

    I have written a widget (and an unpublished app) that gets some data from a web service using makeJsonResuest() which is part of the Communications module. I have a couple of people asking whether it is possible to include the key number in a data…
  • Are you enjoying your Connect IQ enabled device more compared to earlier devices?

    I am just curious how other people see this. For me personally, while writing little apps and widgets in Monkey C is kind of fun, the large number of traditional garmin features that have been removed from the fenix 3 and all connect iq devices compared…
  • RE: Get the Connect IQ 6.2.2 SDK

    For what it's worth, my SDK Manager auto-updated to 1.0.6 and I didn't get any virus warnings. This is the case on both Windows 10 and Windows 11 for me. (Windows Security is definitely enabled - it's scanning and blocking potentially harmful apps on…

  • Methodology for ActFace watchface

    Former Member
    Former Member

    Smart watches can record our exercise status, monitor our heart rate, etc. Therefore, through the smart watch, we can check how much we walked, how far we walked, and how many calories we burned.

    There is a widely circulated view that walking 10,000 steps…