Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there any tested and usable component we can use to show "Count selector" like this?
Our target is to get it working from API v7 .

enter image description here

(Taken from DatePickerDialog)

share|improve this question
2  
Exact solution to your question is here but you have to develop it not default – hanry Oct 3 '11 at 9:46
Great, at least something. I found NumberPicker but in API since 11, so I cannot use it. This is more better! – Marek Sebera Oct 3 '11 at 9:52
NumberPicker Widget will definitely help you, it looks the same as what you gave in image. – Nik Patel Oct 3 '11 at 9:52
I rephrased question to allow you to answer (or undelete your answers) – Marek Sebera Oct 5 '11 at 10:36

2 Answers

up vote 19 down vote accepted

After some deep testing and using, this is a list of usable Picker widget libraries

When kindly omitted the solution in accepted answer, these widget libraries are very usable if you need alter the design, and you like the way iOS does the wheel slider picker.

share|improve this answer

I think this one is better:

https://github.com/SimonVT/android-numberpicker

it has the same look of android 4.2 number picker.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.