Example code for app settings?

Former Member
Former Member
Hi,

I'm a newbie to developing for Garmin connect, but a seasoned Java Developer.

I have written a simple app that starts a timer in onShow(), which then calls onUpdate(dc) every 1 second.

I have 3 numeric variables that I need a user to be able to set (at the mo they are hard coded defaults set to a=20, b=60 and c=10).

I have seen in some of the built in activity apps in the forerunner 235 that when about to start an app, you can hit the down arrow button to access settings and set some values.

I want to know how I can do this so that I can give users more control of the app to their liking. I could not find any sample code to do this in the SDK.

Can someone either post a sample or guide me in the right direction please?