No, that link is showing arrays passed by reference.
"Because arrays are reference types, the method can change the value of the elements."
Also, this stackoverflow post discusses the same thing (C# and passing arrays to functions…
No, that link is showing arrays passed by reference.
"Because arrays are reference types, the method can change the value of the elements."
Also, this stackoverflow post discusses the same thing (C# and passing arrays to functions…
Memory varies not only by device, but by app type. Memory for a device app will be different than for a watch face on the same device.
You can look in the comiler.json for a device and you'll see something like this: (This is for a fr945)
"appTypes…
Well, my "vm" property was previously true and it changed to false (in the sim's app settings editor.)
My "c" property (a list of colors where the key is the color name and the value is the CSS code) was previously "Light Grey" and it changed…
Hello guys and hopefully Garmin!
I've been watching online conference GDVC 2020 and I've read new post about first preview of CIQ 4.0
That's cool and so many interesting things are coming!
I want to leave here one pretty simple request for CIQ…
This has been seen on devices - Forerunner 735xt and Vivoactive 4 have been confirmed, not sure what others are affected.
However, it is VERY easy to replicate on the simulator, and it appears that (on the simulator at least) it is easier on some devices…
I've just gone through the process of internationalising a DataField app to all the available languages and in testing I found that a label I'd drawn to the screen is broken (at least in the simulator) when rendered with text from the FONT_XTINY…
Hi,
As per thread title;
I got a shock when someone with a Fenix 5 explained how he was limited to only two CIQ DF when my lowly 735xt can handle three. I had thought Fenix was supposed to be a top-end SuperWatch for the rich people! Surely, I had assumed…
I've spent the better part of today working on some SDK 3.1 things and realized that some more real-time collaboration between devs might be beneficial. So I created a Slack workspace at:
You can join the workspace using…
If you can get all the data you need from a single call to Gregorian.info, you should do that.
The work of getting a broken-down time (hour/minute/second) has to be done for each of System.getClockTime() and Gregorian.info(). At the very least there is…
Jim, honestly, thank you for trying to help - but I think you're mistaken there, at least with regards to CIQ 3.0.X. I think that because:
a) it's working on my wrist, right now, and
b) because Positioning is explicitly listed as one of the Permissions…