Example usage for Java android.widget Adapter fields, constructors, methods, implement or subclass
The text is from its open source code.
int | NO_SELECTION |
Class> | getClass() Returns the runtime class of this Object . |
int | getCount() How many items are in the data set represented by this Adapter. |
Object | getItem(int position) Get the data item associated with the specified position in the data set. |
long | getItemId(int position) Get the row id associated with the specified position in the list. |
View | getView(int position, View convertView, ViewGroup parent) Get a View that displays the data at the specified position in the data set. |
boolean | hasStableIds() Indicates whether the item ids are stable across changes to the underlying data. |
boolean | isEmpty() |