Added in API level 1
Adapter
public
interface
Adapter
| android.widget.Adapter |
An Adapter object acts as a bridge between an AdapterView and the
underlying data for that view. The Adapter provides access to the data items.
The Adapter is also responsible for making a View for
each item in the data set.
Summary
Constants | |
|---|---|
int |
IGNORE_ITEM_VIEW_TYPE
An item view type that causes the |
int |
NO_SELECTION
|
Public methods | |
|---|---|
default
| |