Java android.widget BaseAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.widget BaseAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget BaseAdapter.

The text is from its open source code.

Subclass

android.widget.BaseAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidnotifyDataSetChanged()
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
voidnotifyDataSetInvalidated()
Notifies the attached observers that the underlying data is no longer valid or available.