0

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

Dinash
  • 3,027
  • 4
  • 32
  • 45

1 Answers1

3

This post may help explaining how to use a NumberPicker Widget: Is there a view for inputing integers in Android?

Community
  • 1
  • 1
Maximus
  • 8,351
  • 3
  • 29
  • 37
  • Hi Maximus i m getting this exception how can i rectify it 'Caused by: java.lang.ClassNotFoundException: com.android.internal.widget.NumberPicker in loader dalvik.system.PathClassLoader' – Dinash Apr 22 '11 at 07:13
  • Read through that post... I've not used it but I guess the issue is that you can't get at that class any longer, though there are links you can follow to get to the source. – Maximus Apr 22 '11 at 07:15
  • Thanks Maximus i found this [link](http://www.quietlycoding.com/?p=5) to be very useful – Dinash Apr 22 '11 at 07:47