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

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

Introduction

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

The text is from its open source code.

Implementation

android.widget.SpinnerAdapter has the following implementations.
Click this link to see all its implementation.

Constructor

Method

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.
intgetItemViewType(int position)
Get the type of View that will be created by #getView for the specified item.
ViewgetView(int position, View convertView, ViewGroup parent)
Get a View that displays the data at the specified position in the data set.
intgetViewTypeCount()

Returns the number of types of Views that will be created by #getView .