Android Adapter notifyDataSetChanged() method notifies observers that the underlying data has changed
Android Adapter notifyDataSetChanged()
method notifies observers attached to the adapter that the underlying data has changed and any View
s reflecting the data should be refreshed.
Use this tag for example with questions related to problems refreshing AdapterView
s such as ListView
. Include also the main subject tag android.