android - Get spinner value when button click -


is possible return spinner selected value when click in button in same activity, instead of using onitemselected() method?

yes. have several options value. of these are:

spinner.getselecteditem() spinner.getselecteditemid() spinner.getselecteditemposition() 

just take @ this link see different methods can call on spinner.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

ASP.NET Javascript: window.open won't work twice -

jquery - Opera does not change the height of the page. Why? -