Is there a way to use the Android NumberPicker widget for choosing strings instead of integers?
NumberPicker picker = new NumberPicker(this); picker.setMinValue(0); picker.setMaxValue(2); picker.setDisplayedValues( new String[] { "Belgium", "France", "United Kingdom" } );
1.4m articles
1.4m replys
5 comments
57.0k users