For example, afaict:
- For CIQ 3.1.* (e.g. fr935), it's not possible to pass in anything other than a resource ID to Bitmap.initialize / setBitmap(). (Then again, maybe it's possible that initialize / setBitmap() also accept a BitmapResource but not a…
I'm hoping to get some advice on how to best get the pressure data for a simple barometer trend line. I want to get pressure values from now, 3 hours ago and 6 hours ago and see two ways to do that:
1. Call SensorHistory.getPressureHistory() with a duration…
Last time I checked it was the opposite: compiling with layouts adds some code and data, thus most probably it'll end up using more memory than if you'd only used 1 drawText in onUpdate.
I was not referring to standard CIQ layouts…
Furthermore, as OP said, the code in sample is written the opposite way of what the API would suggest is correct:
The onNextView handler [which was named by Garmin] is asking the view loop to go in DIRECTION_PREVIOUS [also named by Garmin]. This makes…
But that's the point of what FlowState wrote. Per activity. So even when you look at the built in activities, i.e run, walk, then you have to enable the temperature recording in each one of them, so if you would enable run, then record a…