Friday, August 13, 2010

Knowing What is Selected In Android Spinner

You have getSelectedXXX methods from the AdapterView class from which the Spinner derives:

getSelectedItem()

getSelectedItemPosition()

getSelectedItemId()


These are really good methods.  You get the row_id back!!!

No comments: