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.
アダプターに特定のアイテムのみを強制的に再描画させることは何とか可能ですか?
現在、リストを再描画したい場合は、notifyDataSetChanged()すべてのデータセットを繰り返し処理し、すべての要素を再描画するを呼び出します。どの要素が更新されたかが正確にわかっていて、その要素だけを再描画したい場合はどうすればよいですか?
notifyDataSetChanged()