Setting values and display Text in Android Spinner
- by kaibuki
Hi,
I need help in setting up value and display text in spinner.
as per now I am populating my spinner by array adapter e.g
mySpinner.setAdapter(myAdapter);
and as far as I know after doing this the display text and the value of spinner at same position is same. The other attribute that I can get from spinner is the position on the item.
now…