Swipe gesture for number input
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 tutoria开发者_如何学运维ls out there for this?
Cheers
Have you looked at the TimePickerDialog?
Tutorial\Sample Code
精彩评论