Hello, I would like to remove an item already selected in the android spinner.
Example:
ItemA
ItemB -> SELECIONADO
ItemC
ItemD
Since ItemB is selected I would not want it to appear in the list when I was to select it again in Spinner. Example:
ItemA
ItemC
ItemD
How could I be doing?
I've already searched Google and found nothing about it, not even in the OS.
Thank you.