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 を表示しています。
正常に動作しています。
しかし、ListView に 3 つの項目を追加する必要があります。それらを追加して表示するにはどうすればよいですか?
notifydatasetchanged()うまくいかない方法 を試しました。
notifydatasetchanged()
を使用してリストにアイテムを追加する必要がありlist.add(...)、次に を使用してアダプターに通知しadapter.notifyDataSetChanged()ます。
list.add(...)
adapter.notifyDataSetChanged()