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

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

Introduction

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

The text is from its open source code.

Field

Method

ClassgetClass()
Returns the runtime class of this Object .
intgetCount()
How many items are in the data set represented by this Adapter.
ObjectgetItem(int position)
Get the data item associated with the specified position in the data set.
longgetItemId(int position)
Get the row id associated with the specified position in the list.
ViewgetView(int position, View convertView, ViewGroup parent)
Get a View that displays the data at the specified position in the data set.
booleanhasStableIds()
Indicates whether the item ids are stable across changes to the underlying data.
booleanisEmpty()