How to get Spinner selected item value to string?

前端 未结 14 1974
离开以前
离开以前 2020-12-02 18:18

I have 5 Spinners. In order to make it summary to this.

This is Spinner in xml



        
14条回答
  •  借酒劲吻你
    2020-12-02 18:51

    By implementing the SpinnerAdapter for your adapter object i use interested.getItem(i).toString()

提交回复
热议问题