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
spinner1.setOnItemSelectedListener( new AdapterView.OnItemSelectedListener() { //add some code here } );