How to disable onItemSelectedListener to be invoked when setting selected item by code

后端 未结 12 1355
慢半拍i
慢半拍i 2021-02-02 08:05

Just wondering how you handle the following problem: a result is calculated depending on two spinners\' selected items. To handle the UI things, i.e. a user picks a new item in

12条回答
  •  耶瑟儿~
    2021-02-02 08:28

    I have an easier, and I think, better solution. Since I had to refresh the spinners even after initialization, this is a more generic approach. Please refer the accepted answer:

    Undesired onItemSelected calls

提交回复
热议问题