Example usage for android.support.v4.view PagerAdapter subclass-usage

List of usage examples for android.support.v4.view PagerAdapter subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view PagerAdapter subclass-usage.

Usage

From source file com.epubtest.hxfy.epubtest.BasePDFPagerAdapter.java

public class BasePDFPagerAdapter extends PagerAdapter {
    protected static final int FIRST_PAGE = 0;
    protected static final float DEFAULT_QUALITY = 2.0f;
    protected static final int DEFAULT_OFFSCREENSIZE = 1;

    String pdfPath;

From source file com.acttogethermoving.estimator.widget.FragmentStatePagerAdapter.java

/**
 * Implementation of {@link android.support.v4.view.PagerAdapter} that
 * uses a {@link Fragment} to manage each page. This class also handles
 * saving and restoring of fragment's state.
 *
 * <p>This version of the pager is more useful when there are a large number

From source file com.m.support.adapter.FragmentPagerAdapter.java

/**
 * Implementation of {@link android.support.v4.view.PagerAdapter} that
 * represents each page as a {@link Fragment} that is persistently kept in the
 * fragment manager as long as the user can return to the page.
 * 
 * <p>

From source file com.example.asdfsdf.FragmentStatePagerAdapter.java

/**
 * Implementation of {@link android.support.v4.view.PagerAdapter} that
 * uses a {@link android.support.v4.app.Fragment} to manage each page. This class also handles
 * saving and restoring of fragment's state.
 *
 * <p>This version of the pager is more useful when there are a large number

From source file com.kenny.openimgur.ui.FragmentPagerAdapter.java

/**
 * Implementation of {@link PagerAdapter} that
 * represents each page as a {@link Fragment} that is persistently
 * kept in the fragment manager as long as the user can return to the page.
 * <p/>
 * <p>This version of the pager is best for use when there are a handful of

From source file cn.ieclipse.af.adapter.AfFragmentPagerAdapter.java

/**
 * Modify from android.support.v13.FragmentPagerAdapter.
 * 
 * 
 * Implementation of {@link android.support.v4.view.PagerAdapter} that
 * represents each page as a {@link android.app.Fragment} that is persistently

From source file com.alexgwyn.taggablefragmentpageradapter.TaggableFragmentPagerAdapter.java

public abstract class TaggableFragmentPagerAdapter extends PagerAdapter {
    private static final String TAG = "FragmentPagerAdapter";
    private static final boolean DEBUG = false;

    private final FragmentManager mFragmentManager;
    private FragmentTransaction mCurTransaction = null;

From source file com.android.audiorecorder.gallery.widget.BasePagerAdapter.java

/**
 Class wraps URLs to adapter, then it instantiates <b>UrlTouchImageView</b> objects to paging up through them.
 */
public class BasePagerAdapter extends PagerAdapter {

    protected final Context mContext;

From source file com.andremion.heroes.ui.section.view.SectionPagerAdapter.java

class SectionPagerAdapter extends PagerAdapter {

    private final FragmentActivity mActivity;
    private final LayoutInflater mInflater;
    private final int mType;
    private final List<SectionVO> mItems;

From source file com.cgogolin.penandpdf.FragmentPagerAdapter.java

/**
 * Implementation of {@link android.support.v4.view.PagerAdapter} that
 * represents each page as a {@link android.app.Fragment} that is persistently
 * kept in the fragment manager as long as the user can return to the page.
 *
 * <p>This version of the pager is best for use when there are a handful of