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.
我有一个访问集合的视图适配器。我想在任何布局阶段或可能调用 getView 的阶段期间锁定集合。我不想锁定每次访问。
我的问题是,视图或适配器上是否有可用的视图回调,我可以挂钩以锁定我的数据收集?