Android: problems with getSelectedItem on a spinner

后端 未结 6 1507
旧时难觅i
旧时难觅i 2021-01-27 00:35

I have a Spinner, and put the selected item in the body of a mail. this is my code:

@Override
protected void onCreate(Bundle savedInstanceState) {
         


        
6条回答
  •  不知归路
    2021-01-27 00:49

    Maybe you should OnItemSelectedListener inseatead of a button. Android Spinner

提交回复
热议问题