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.
我有一个用图像填充的 ListView。我还使用 AsynTask 在后台加载图像,以免干扰 UI 线程。
但是有一个问题。例如,当我滚动到第 50 个项目时,所有项目都会被填充,所以我必须等待那些可见的项目。
有没有办法阻止对不再可见的项目执行 getView 方法?