How to get spinner selected item's text?
I have to get the text on the item selected in my spinner when i click on the save button. i need the text not the Index.
Spinner spinner = (Spinner)findViewById(R.id.spinner); String text = spinner.getSelectedItem().toString();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With