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.
我对 android 很陌生。我设置了微调器 SetOnItemSelected 侦听器。是否有可能从另一种方法取消微调器 OnItemSelectedListener。提前致谢。
调用setOnItemSelectedListener(null)删除一个OnItemSelectedListener.
setOnItemSelectedListener(null)
OnItemSelectedListener