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();myadapterがbaseAdapterを拡張するときに、アクティビティでarrylistを更新したい場合、関数を使用する方法を教えてもらえますか?
notifyDataSetChanged();
どうもありがとう ...
配列のデータが変更されるたびに呼び出すことができ 、リストビューadapter.notifyDataSetChanged(); のデータが更新されます。
adapter.notifyDataSetChanged();
追加する必要があります
lviewAdapter.notifyDataSetChanged();
ここで詳細を見つけることができます。
これをチェックして