If (in Android) you wanted to write an alarm app where the user entered in the time for the alarm by swiping the hours & minutes up and down, what's the easiest way of achieving this? Is it the Swipe or Fling command?

Are there any good tutorials out there for this?

Cheers

link|improve this question

71% accept rate
feedback

1 Answer

Have you looked at the TimePickerDialog?

Tutorial\Sample Code

link|improve this answer
That is helpful thanks. However I think that just makes use of some up/down buttons for changing the time. What I want to do is use a swiping gesture to change the time, rather like the HTC Sense apps. Cheers. – Entropy1024 Nov 12 '10 at 14:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.