I have to different spinners, with the same 3 options: celsius, fahrenheit, and kelvin.
in my activity, convert.java, i want to be able to know which is selected on each, so I can do the proper calculations. How do I know which item is selected on each spinner?
Thanks!