hi -
I'm making changes to my GymTimer app and I would like to add a persistent userDefined rest time. (Currently the default is 60s) . While the rest time can be user defined via a menu option - this user defined option does not carry forward for the next time the app is ran.
I understand that I can use app.setproperty() and app.getproperty() to do the persistent storage, but I'm a little unsure of how it's used.
The Setproperty/getproperty seems to be a key/value pair which is fine. I believe I can use it.
What I would like to know is how does the code store this data.
Is it stored under GARMIN\APPS\DATA?
As a FIT file?
I searched github and the ObjectStore example but can't connect the dots (yet)