Skip to content Skip to sidebar Skip to footer

Android Picker Hide Upper And Lower Value

numberPicker1= (NumberPicker) findViewById(R.id.numberPicker1); final String genders[] = { 'red', 'blue', 'green'}; numberPicker1.setMinValue(0); numberPicker1.setMaxValue(

Solution 1:

Unfortunately I find out there is no way to do it so... For them who want alternate solution.... I applied Viewpager instead of number picker to make it vertical i tried link and applied Onpagechangelistner. Simply done...

Sorry for those who are looking for solve issue For Numbericker!!


Post a Comment for "Android Picker Hide Upper And Lower Value"