Hi there
I'm new on this forum.
Planning to write some code but I have some concerns maybe you could help me clarify.
Trying to figure out if there is any way I could store some small amount of data in kind of non-volatile storage that is kept between power cycles or at least after ConnectIQ app is closed.
I was thinking about an app that in a shape of simple data fields but it has to rely on some user configurable data (from watch not from PC/phone). Since data fields do not allow any input I was thinking about splitting this into 2 portions:
- App that allows user to configure and store configuration in some persistent storage
- Data fields that uses that configuration data and is added to native Run activity profile (I would like to stay with this native Run activity and just add data fields)
Doable?