I *really* appreciate the kind feedback and tips I've received here recently....
This should be my last question. My data field is working perfectly, it helped me manage my power output on my ride yesterday.
I've hard coded the alert thresholds. And that works fine. But ideally I'd love to adjust the thresholds without recompiling the code.
Is there a way to change the settings for a data field using my Garmin Connect app on my Android phone?
I installed the data field directly, not thru the market place (dropping the PRG file into the Garmin device's app folder). And when I go to my phone's Garmin Connect devices, it does see my custom data field! Great!! But I can't seem to find sample code, or the right API calls, to allow me to set and change variables my code can use, from my phone. I'm not sure a data field supports configurable parameters. If not, I wonder if a widget can be used to grab settings and then use the new CIQ 2.2 "intent" feature to impute those parameters into the data field.
I'm SO close to getting this finished. Thanks for any tips.
Once I get this final piece working I'd be happy to post my source code in case anyone else would like to reuse it