I am new to writing apps for the garmin. So I am still learning, hopefully the below will make sense.
I want to create a data field to use under the "Run" garmin application on my vivoactive. I have done a simple one and it works fine, but at this stage I have hardwired two variables in code. For now that is ok, but I would like to be able to change them without building and transferring across each time.
What I would like to be able to do is store/retrieve a couple of variables from an Object Store.
My understanding is that each AppBase as an object store. I have created a separate application that can store two variables in it's object store. So I ca do that.
So my question is, is there anyway that my datafield can access the object store of my separate application? If not, is there an alternate way of achieving what I want? Basically be able to store two variables on the watch and retrieve them from different Apps / Datafield / Widgets?