I have 5 Spinners. In order to make it summary to this.
This is Spinner in xml
The best way to do this is :-
String selectedItem = spinner.getSelectedItem().toString();
you can refer the docs here : Spinners