I have two spinners in my activity.
On function onItemSelected(AdapterView<?> parent, View view, int pos, long id)
how is it possible to see the values selected for each spinner.
I have spinner1 and spinner2. How should I compare the values to decide which value is from spinner1 and which from spinner2?
On function onItemSelected(AdapterView<?> parent, View view, int pos, long id)
how is it possible to see the values selected for each spinner.
I have spinner1 and spinner2. How should I compare the values to decide which value is from spinner1 and which from spinner2?