Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.