Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试做一些不是特制的微调器。我得到了动态变化的列表。当用户选择项目时,我需要捕捉 onSelectedItemClick。当微调器适配器中只有一项时会出现问题。选择它(或者更确切地说是重新选择,因为它已经被选中)不会触发 OnSelectedItemListener。
否则我怎么能抓住它?
如果您只有一件物品,则无需从微调器中进行选择,您可以进入onSeletedItem method.
onSeletedItem method.
String str = (String)parent.getSeletedItem();