sorry i was just wondering how to make a number picker for garmin apps, im making a workout app and i need something to track reps. i have worked out how to do it, but i dont know haw to build it with custom values.
No, not the NumberPicker sample, that one shows how to use the deprecated class. You want to look at the Picker sample. It demonstrates how to do a time picker, a date picker, a color picker, a layout picker..
If you just want a means to add 1 to something at some point, do you need a picker, or could you just do something like look for the "up" key at the appropriate time?