Configurable data field

Former Member
Former Member
I need to allow user set some data like a constant before ridding and then read it in my data field.
Are there some examples or advice?
  • You can do this with application settings via Garmin Connect Mobile. This is covered in the documentation and in ObjectStore sample program.

    Travis
  • Former Member
    Former Member over 8 years ago
    You can do this with application settings via Garmin Connect Mobile. This is covered in the documentation and in ObjectStore sample program.

    Travis


    Thank you for answer, but I still can't understand how exactly to do it.
    I'm talking about https://apps.garmin.com/en-US/apps/339f8385-33fb-4352-ae9e-6730cb3e48d5 app.
    It will be fine to allow an user choosing his own average speed before riding.
  • As Travis said, in the ObjectStore sample, things on the second screen are things that can change with App Settings and can be changed with the "App Settings editor" in Eclipse (the first screen deals with the Object Store, and are changed with "Edit Object Store" in the simulator itself, and can not be changed with the App Settings Editor, or on a real device with GCM or GE). All, look at the Programmer's Guide in the SDK, in the "App Settings" section.