Skip to content

Instantly share code, notes, and snippets.

@kalaiselvan369
Created June 7, 2017 06:33
Show Gist options
  • Save kalaiselvan369/4fa9b037d7b6cf4e975a3e6a1ee44b89 to your computer and use it in GitHub Desktop.
Save kalaiselvan369/4fa9b037d7b6cf4e975a3e6a1ee44b89 to your computer and use it in GitHub Desktop.
Number picker
NumberPicker picker = new NumberPicker(this);
picker.setMinValue(0);
picker.setMaxValue(2);
picker.setDisplayedValues( new String[] { "Belgium", "France", "United Kingdom" } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment