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 があります。また、UI スレッドを妨害しないように、AsynTask を使用してバックグラウンドで画像を読み込みます。
しかし、問題が 1 つあります。たとえば 50 番目の項目までスクロールすると、すべての項目が読み込まれるため、表示される項目を待つ必要があります。
表示されなくなったアイテムの getView メソッドの実行をブロックする方法はありますか?