thank for your detailed answer. i have some points here:
thank for your detailed answer. i have some points here:
haven't needed to do this, but I think you can use the context parameter for this purpose, see docs:
I don't think so, because:
1) OP wants sessionId to persist over multiple runs of the background process, so the context parameter…
# Goal Countdown DF
Garmin, please fix the multiple issues related to manifests. For example take into account the project.manifest from monkey.jungle! I (as probably most devs) have 2 manifest files, one for prod and one for beta. I have both of them in monkey.jungle, and…
I do have min API set to 3.1.0. I thought this would use higher API on devices that support them.
That just means that:
- you won't be able to build for devices which lack support for 3.1.0
- if a device supports 3.1.0 but currently…
I would like to have a nap during the day but without falling into deep sleep. There is no way with Garmin to set the alarm to ring depending on the sleep state, that's why I've created the "Nap till rested" app: https://apps.garmin.com…
To be fair, I don’t think a Bitmap necessarily needs more than that. I’m not sure how Garmin handles it, but in my ownBufferedBitmapDrawable
, width and height are enough to calculate coordinates- Dc.drawBitmap
does the rest.
Ok, but…
I have a similar issue in my app, and although you can do it, but it might be a bit ugly to use it.
1. You could add settings where the user can enter their boards, and call them as they want. You'll need to decide in advance how many boards do you support…
Hi guys,
as you can see in the title I have a problem running my developed widget on my device (venu) using a web request. I've already read some discussions here and so I guess I have an idea what's the problem. I try to call a web service on a server…
I don't think it's very risky, but you should consider:
- Each CIQ basically runs in its own little sandbox. CIQ apps don't have access to the filesystem, data from other CIQ apps, or things like Garmin Pay.
- Even outside of CIQ, there are…