【发布时间】:2012-06-26 08:49:34
【问题描述】:
我有一个带有 onItemSelected 交互的 Spinner,但 Api 规范怎么说:
This callback is invoked only when the newly selected position is different from the
previously selected position or if there was no selected item.
我需要删除此限制,并且我希望在用户选择相同元素时也调用回调。如何做到这一点?
有人做过同样的事情吗?
对此的任何想法都会很明显..
【问题讨论】:
-
尝试使用 setOnItemClickListener
-
我也在找同样的....