Is there a way in android java to change the displayed spinner item to another item in the spinner list?
If I have a spinner that has three items in its arrary can I change the value displayed to the second or third item in the arrary? I want to create a button that will change all my spinner displayed values to another selection in each of their arrarys?
You can use spinner.setSelection(int position) to do this