public static class TutorialActivity.TutorialPagerAdapter
extends android.support.v4.app.FragmentPagerAdapter
Modifier and Type | Field and Description |
---|---|
private static int |
NUM_ITEMS |
Constructor and Description |
---|
TutorialPagerAdapter(android.support.v4.app.FragmentManager fm) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
android.support.v4.app.Fragment |
getItem(int position)
Returns the fragment to show
|
destroyItem, finishUpdate, getItemId, instantiateItem, isViewFromObject, restoreState, saveState, setPrimaryItem, startUpdate
private static final int NUM_ITEMS
public TutorialPagerAdapter(android.support.v4.app.FragmentManager fm)
public android.support.v4.app.Fragment getItem(int position)
getItem
in class android.support.v4.app.FragmentPagerAdapter
position
- The page the user is oncom.nsqre.insquare.Fragments.Tutorial
public int getCount()
getCount
in class android.support.v4.view.PagerAdapter