Search code examples
androidcontrolstimepickerminute

Extract Minutes Control from time picker in android


Hi can any tell me how to get a control similar to the minutes control in time picker control. Is there any other way of achieving it. All that i need is just the minutes selector.

Thanks in Advance


Solution

  • Use a NumberPicker Widget.

    See also Is there a view for inputing integers in Android?