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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
NumberPicker was added in API Level 11. So, you can’t import it to your API 10 (Android 2.3.3) project.
Alternatives:
If I were you, I’ll go with the first one.