How can you set the event listener for a Spinner when the selected item changes?
Basically what I am trying to do is something similar to this:
spinn
The docs for the spinner-widget says
A spinner does not support item click events.
You should use setOnItemSelectedListener to handle your problem.
setOnItemSelectedListener