Java android.support.v4.view PagerAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.view PagerAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.support.v4.view PagerAdapter.

The text is from its open source code.

Subclass

android.support.v4.view.PagerAdapter has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ClassgetClass()
Returns the runtime class of this Object .
intgetCount()
Return the number of views available.
CharSequencegetPageTitle(int position)
This method may be called by the ViewPager to obtain a title string to describe the specified page.
ObjectinstantiateItem(ViewGroup container, int position)
Create the page for the given position.
ObjectinstantiateItem(View container, int position)
Create the page for the given position.
booleanisViewFromObject(View view, Object object)
Determines whether a page View is associated with a specific key object as returned by #instantiateItem(ViewGroup,int) .
voidnotifyDataSetChanged()
This method should be called by the application if the data backing this adapter has changed and associated views should update.
voidregisterDataSetObserver(DataSetObserver observer)
voidunregisterDataSetObserver(DataSetObserver observer)