If you really want to delete the downloaded course FIT file after the user is finished with it, I guess you could implement a background process and use registerForActivityCompletedEvent to delete the course when the next activity is completed…
I'm probably doing something wrong, or at least I hope that the official Garmin plugin is not that simple, but damn the development in VSCode is so uncomfortable. I have the official Garmin Monkey C plugin installed, it does compile, debug, handles manifest…
Perhaps we should have just left all of those old reports as there were. I understand your perspective, but what I was attempting to communicate was that the acknowledgement of these old issues was benign—in truth they had already been acknowledged at…
Unclear why directly calling value.decodeNumber() in the onCharacteristicRead() fails.
As jim_m_58 said, it's because the byte array doesn't have enough data for the specified format, which is basically what the error message says: "format is too large…
This has been a problem since day one, and it's come up in the forums multiple times. People press Save Fit Data without first pressing Timer Controls > Save, then they wonder why they can't open their FIT file in monkeygraph (for example)
…What you're looking at isn't so much a "style guide" as it shows how things look on different devices, IMHO.
Except if you look at the page one of those pictures is from, it literally says "style guide". I actually agree…
Maybe I'm missing something regarding everything around widgets and super apps and how they differ, but as far as I understand, since SDK 4.0.0 you'd get a "super app" that supports glances/glance view as long as you implement it with…
Hi all,
First of all, kudo's for you all! Developing for Garmin seems to be asking for a lot patience :-)
I am playing around to see if I can create an app with some statistics for activities from the past. Lets say the last 12 to 24 months of activities…