There\'s a NumberPicker widget in API 11, but I\'m building for a minimum API of 7. How would I go about implementing one? Is there a custom widget that I can use, or is the
copy the NumberPicker's code in API11 to your project.
xuyao's post doesn't work. The NumberPicker has API11-dependencies (android.animator.*) which cannot be easily replaced. You have to take one of the given libraries.