Hello!
As the title says, i have a Spinner with just a couple of options and a button. I didnt declared any Listener for the spinner, instead of that, what i want is use the button and perform different actions depending on the spinner selected option.
So, i declared a handler in the button option "android:onClick", but once there, i dont know how to access the option selected in the Spinner.
Can anybody help me?
Thank you!