how can i send the string value into the intent.putextra? [duplicate]

use this line to get selected item from spinner

String str=spinner.getSelectedItem().toString();

Leave a Comment