Hard coded strings have an issue with using characters outside the A through Z range because the string value itself is used as part of the symbol when compiling. A change is currently under review…
Yeah if you search ConnectIQ/Sdks/**/bin/api.mir for "type PropertyValueType", every SDK [*] except 8.1.0 has this definition:
type PropertyValueType as $.Toybox.Application.PropertyKeyType or $.Toybox.Lang.Array<$.Toybox.Application.PropertyValueType…
ok but does the notify run out of a background service or a watchface or both?
There's a sample app in SDK 8.1.0 called Notifications which demonstrates notifications being sent from either the foreground or background.
In VS Code…
Hi, first post on the forum. I did dabble in some Garmin programming a few years ago - I made a watchface for my Fenix 6 pro that I'm still happy with. I'm approaching this as a hobby developer but have been pretty proficient in programming in my past…
In the usual case you use a bitmap that has 1 color. Of course this is never the case, because if that was true then all you would be able to see is a rectangle filled with the 1 color :) So what instead happens if I understand correctly is that the palette…
After a lot of testing on my EDGE 1050, I think I'm finished optimizing the Grade Calculation. This is the field that implements the algorithm. I'll provide the full source code soon, with detailed comments on the logic.
For now, if you'd like…
I'll look into apps but I don't have a means of signing up for the dev program if it requires that.
TL;DR unfortunately there's no way to do what you want afaik, either as a Connect IQ app or with native functionality.
By "app…
You can map part numbers to the display names for real-world models, by looking at the same API that the Connect IQ store website uses.
[https://apps.garmin.com/api/appsLibraryExternalServices/api/asw/deviceTypes] [*]
This may not help much in your case…