Android dialog number picker
问题 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 . (Taken from DatePickerDialog) 回答1: After some deep testing and using, this is a list of usable Picker widget libraries Android Wheel http://code.google.com/p/android-wheel/ Number Picker from Michael Novak https://github.com/mrn/numberpicker Date Slider (which can be easily adjusted) http://code.google.com/p/android-dateslider/ Horizontal slider widget http:/