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

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

Introduction

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

The text is from its open source code.

Subclass

android.widget.Gallery has subclasses.
Click this link to see all its subclasses.

Constructor

Method

SpinnerAdaptergetAdapter()
intgetCount()
voidsetAdapter(SpinnerAdapter adapter)
The Adapter is used to provide the data which backs this Spinner.
voidsetCallbackDuringFling(boolean shouldCallback)
Whether or not to callback on any #getOnItemSelectedListener() while the items are being flinged.
voidsetSelection(int position)
voidsetSpacing(int spacing)
Sets the spacing between items in a Gallery