Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to collect the selected value from spinner


fields.getSelectedItem().toString()

//A one liner is all that is needed
//Change 'fields' to the variable name of the spinner you are dealing with. 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #collect #selected #spinner
ADD COMMENT
Topic
Name
9+3 =