I’m working for the first time on Android. I’m making an app where, at some point, the user has the possibility to set a quantity for a product.
I’m wondering if, on android, is there something like the iOS UIStepper or a way in order to add a DatePicker with only the Year field.
NumberPickerwas added with API Level 11. If you are trying to support older Android devices than that, you can try to create your ownNumberPickerbased on the original’s source code.