It looks like the code you posted:
- grabs the 2 most recent valid pressure samples
- compares them and returns the result of the comparison: "decrease", "increase" or "same"
I want to modify it to display the…
I updated my App to fix a minor bug, but had to switch the SDK and development environment from eclipse to vs code.
The new version with to current sdk 6.2.1 runs in simualtor and on device (Fenix 6X Pro), also with release configuration.
I tested it for…
Is there a way to execute a webRequest "now" in a datafield (given that there was no other webrequest in the last 5 minutes)?
I have a datafield, that does some web requests once in a while (from a background app). currently I can trigger this…
Doesn't this sound like a bug
The answer is always "yes it's a bug" and "pls stop whining and complaining".
I mean shouldn't scrolling left-right in portrait mode also display the rest of the table…
Of course the best would be to catch any piece of code but the most important is catching errors form system functions.
Now, there are 2 cases:
- already implemented catching (e.g. makeWebRequest can throw InvalidOptionsExceptione),
- simple crash error…
var x = {"a"=>"x", "b"=>"y"};
LOG.println(x);
LOG.println(x.keys());----
{a=>x, b=>y}
[a, b]
I don't think that proves anything. For all you know it's a coincidence that in this case, the dictionary…
When you run unit tests under the simulator, it (as far as I can tell) runs each test as a separate instance of the app. This means that if one test crashes, the rest are still run, and the crashing test is just reported as "ERROR" instead of "PASS" or…
One thing I've noticed is that .iq files don't seem to be reproducible anyway; if you build the same project twice, the .iqs will be different (probably just a time stamp, but still). Also, if you build the same project from two different…
I have a 945 LTE, but I assume the UI/UX for Venu 2 is similar:
1) Open the activity of your choice (e.g. Run), which I assume already has a CIQ app installed that has on-device settings
2) Open settings.
e.g. On Venu 2, hold the Back/Menu button (bottom…