Interestingly I was not able to assign a larger value to a long variable directly, for example the code var l=2147483647.toLong(); l=2147483648; is not allowed. Is there a workaround?
Local variables don't have fixed types in Monkey C…
Interestingly I was not able to assign a larger value to a long variable directly, for example the code var l=2147483647.toLong(); l=2147483648; is not allowed. Is there a workaround?
Local variables don't have fixed types in Monkey C…
Garmin is moving towards merging apps and widgets.
Garmin already did this 4 years ago, with the introduction of CIQ 4.
[The following applies to watches, although Edge devices have recently undergone similar changes. I don't want to talk…
Not sure this artificial crippling of capabilities attracts a lot of developers to develop software for Garmin.
I agree 100%, but I can tell you what (I think) the rationale is for one of these decisions.
As an aside, I do find a lot of Garmin…
Dear developers,
I want to develop a data field that estimates power (with nothing but speed and elevation data), and shows the average of that for the current lap, for all the poor souls (like me) out there who can't afford power meters. The data field…
This is nothing new, but just want to re-iterate some well known issues in the Connect IQ app (which is supposed to be the preferred way of configuring and installing CIQ apps, afaik).
These points refer to the iOS version.
1) App Store Page: URLs are no…
Right, got it working now. Thanks @Nikeow - with your instructions I was able to convert my .fit file to a CSV file and confirm that my data was being written, and helped me understand where my underlying problems where. And Thanks @Jim - yeah, I had…
But rounding is the wrong approach to me, even without a decimal point. if it's 109.99 display 109, as it's not 110...Maybe really close to 110, but not there yet.
I can easily make the opposite argument. If the temperature is 0…
Here's a some examples of built-in features which make coding in VS Code a better experience than Eclipse:
- bracket-pair colorization - this color-codes matching brackets so you can tell at a glance which ones go together. Tbf Eclipse does have an…
TL;DR based on my anecdotal experience, most Garmin users (at least runners) don't care about apps, except maybe watchfaces (and Spotify, but that doesn't really count imo, same as I"m not counting any of the built-in apps.)
I use my Garmin…