Added in API level 1
BaseAdapter
public
abstract
class
BaseAdapter
extends Object
implements
ListAdapter,
SpinnerAdapter
| java.lang.Object | |
| ↳ | android.widget.BaseAdapter |
Common base class of common implementation for an Adapter that can be
used in both ListView (by implementing the specialized
ListAdapter interface) and Spinner (by implementing the
specialized SpinnerAdapter interface).