Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to import android.widget.NumberPicker in android

Hi I am using Android version 2.3.3 . I want to use NumberPicker view & I can see that in my xml code.But when I try to import NumberPicker in my java class then I didn't find it there.

Please help.

like image 534
Arun Badole Avatar asked Mar 08 '26 22:03

Arun Badole


1 Answers

NumberPicker was added in API Level 11. So, you can't import it to your API 10 (Android 2.3.3) project.

Alternatives:

  • android-numberpicker: Android 4.0 NumberPicker backported to 2.1.
  • android-wheel: A flexible wheel with customized items support.

If I were you, I'll go with the first one.

like image 126
iTurki Avatar answered Mar 10 '26 15:03

iTurki



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!