1

I have two numberpicker and a submit button. I like to fade out or something like that when a value is selected and submit button is clicked.

So if number 20 is selected it will not be available next time.

Is this possible with Android numberpicker?

rijoh
  • 49
  • 1
  • 5

1 Answers1

0

Please check this thread, on how to customize values of a NumberPicker in Android: How to customize value for numbers in NumberPicker in android?

Once you know how to customize values it is trivial. On the item selected event (or in your case on click of "submit button") remove the value from the list of the custom values and update the NumberPicker.

urgas9
  • 806
  • 9
  • 22