I have a Spinner, and put the selected item in the body of a mail. this is my code:
Spinner
@Override protected void onCreate(Bundle savedInstanceState) {
mSpinner.setSelected(true);
If you implement this with your spinner, it will not give null.
spinner