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.
我正在使用图库来显示图像并在 LongClick 上更改图库项目的背景。但是当我滚动图库时,它处于原始状态意味着它显示的是原始图像而不是更改后的图像。
我无法维持画廊项目的选定状态。
请帮助。
好吧,当您在适配器中使用回收视图时,这是一种常见的情况。您可以保存所选位置,然后在您的 getView() 方法中检查该位置是否等于所选位置,如果是,则设置视图选择状态。