The current documentation (both in SDK 7.x, 8.x) for Activity lists that Activity.SPORT_GENERIC was added to the SDK at api level 3.2.0. While I understand that this is the historic fact, I think it's misleading. The documentation of ActivityRecording…
I tried your "Simple Big" watch face and surprisingly, I see the exact same effect as with the template.
It turns black immediately at the shortes swipe gesture already, actually even before the menu is partially visible.
I don't think…
For example, if you have an Array of string ids, prior to sdk-7 you would have to declare and use it like this:
var strings as Array<Symbol> = [Rez.Strings.S1, Rez.Strings.S2] as Array<Symbol>; var string as String = WatchUi.loadResource(strings…
Maybe it points to how the gear selection process in the Connect app is abysmalBut that would not explain why Gear information is not saved explicitly in activity FIT file.
No, I meant that users want gear selection on the…
I had a switch statement inside a loop, and expected that continue would go to the next iteration of the loop. But instead, it restarts the switch. This might actually be useful behavior, and I seem to remember at least one other language that did something…
Doing:
My experience is that indeed "static" can not be used at function scope. There is directly a translation-error.
If I declare a variable at class scope without "static" , the variable can be used in different member functions of the…
Thank you for taking the time to reply! The functionality is working as expected - no complaints there. It is just that the feature seems to increase the power-draw significantly. Of approx. 20%/day on my Fenix7s the elephant in the room - makeWebRequest…