Ok .. I have my application and I have a menu of workout items. This is for a Vivoactive HR.
For example ..
<string id="menu_label_w1">0.2 km 15x</string>
<string id="menu_label_w2">0.35 km 13x</string>
<string id="menu_label_w3">0.35 km 6x</string>
<string id="menu_label_w4">0.85 km 7x</string>
That is all fine. But I am running into an issue in that there are 13 'workout' menu items right now and there could be more in the future.
But because I have to scroll down in the menu and it is very touchy .. I often select the wrong one.
So I would like to add a confirmation type prompt .. ie "Do workout 0.2 km 15x ?" with a Yes / No as menu items.
EDIT ... I can do this but have issues getting rid of the menu on a YES selection.
So if the user selects No .. then it would go back to the Workout menu again for selection of the correct workout.
If yes .. it will continue to the main app screen to do the workout.
Just need a bit of help on this one ..
Thanks
Kevin