Example usage for Java android.widget BaseAdapter fields, constructors, methods, implement or subclass
The text is from its open source code.
void | notifyDataSetChanged() Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself. |
void | notifyDataSetInvalidated() Notifies the attached observers that the underlying data is no longer valid or available. |