I've got a fairly simple idea (or so it seemed).
I've got a situation in my app where there's a timed countdown happening. I would like to give the user the ability to reset the countdown, by selecting from a list of choices. I figured the best way to incorporate this, would be to use a spinner.
The user would see the minute countdown happening in the selector of the spinner (0:12), then by selecting the spinner button, the popup would show them a list of options for the reset value: (15 minutes, 20 minutes, 30 minutes, 45 minutes, 1 hour etc). Simply selecting one of these options would reset the countdown to that choice and continue counting down from there.
The only problem, is now I can't figure out how to override the initial spinner from simply showing one of the selected items from the above string-array, and instead show the countdown.
It's a stumper. Any ideas?