placeSpinner.getSelectedItem().toString();
so I'm using this coding lines to get the text from my spinner and pass it on to another java file. But the application keeps giving me a force close whenever I do this.
Hwo can I resolve this error?
Thank you so much.