basic spinner example

后端 未结 4 1245
醉话见心
醉话见心 2020-12-16 20:40

Main.xml




        
4条回答
  •  渐次进展
    2020-12-16 20:51

    You are calling toString() method on spinner to get the selection which is wrong. You need to call getSelectedItemPosition() method to get the selection.

提交回复
热议问题