Java android.support.v4.app FragmentPagerAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.support.v4.app FragmentPagerAdapter fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

android.support.v4.app.FragmentPagerAdapter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intgetCount()
Return the number of views available.
FragmentgetItem(int position)
Return the Fragment associated with a specified position.
CharSequencegetPageTitle(int position)
This method may be called by the ViewPager to obtain a title string to describe the specified page.