As the title says, what is the method to access which item is displayed in an Android spinner, so I can have multiple spinners, then wait on a button click?
Thanks!
As the title says, what is the method to access which item is displayed in an Android spinner, so I can have multiple spinners, then wait on a button click?
Thanks!
You can use spinner.getSelectedItem() to get the currently selected spinner item: http://developer.android.com/reference/android/widget/AdapterView.html#getSelectedItem