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.gawdl3y.android.tasktimer.adapters.NewFragmentStatePagerAdapter.java

/**
 * Fixed version of FragmentStatePagerAdapter
 * <p>This fixes the issue of views not being recreated/reordered when data is added/removed or reordered
 * @see android.support.v4.app.FragmentStatePagerAdapter
 */
public abstract class NewFragmentStatePagerAdapter extends PagerAdapter {

From source file com.gandulf.guilib.view.adapter.MultiFragmentPagerAdapter.java

/**
 * @author Ganymede
 * 
 */
public abstract class MultiFragmentPagerAdapter extends PagerAdapter {

From source file cm.aptoide.ptdev.adapters.ViewPagerAdapterScreenshots.java

public class ViewPagerAdapterScreenshots extends PagerAdapter {

    private Context context;
    ImageLoader imageLoader;
    ArrayList<String> url;
    private String hashCode;

From source file com.jakewharton.utils.RecyclingPagerAdapter.java

public abstract class RecyclingPagerAdapter extends PagerAdapter {
    static final int IGNORE_ITEM_VIEW_TYPE = AdapterView.ITEM_VIEW_TYPE_IGNORE;

    private final RecycleBin recycleBin;

    public RecyclingPagerAdapter() {

From source file com.afollestad.impression.utils.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/>
 * <p>This version of the pager is more useful when there are a large number

From source file com.kinth.mmspeed.friend.touchgallery.GalleryWidget.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 List<String> mResources;

From source file com.franctan.pdfviewpager.library.adapter.PDFPagerAdapter.java

public class PDFPagerAdapter extends PagerAdapter {

    protected String pdfPath;
    protected Context context;
    protected float mRenderQuality;
    protected int mOffScreenSize;

From source file com.kinth.football.friend.touchgallery.GalleryWidget.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 List<String> mResources;

From source file am.util.viewpager.adapter.FragmentRemovePagerAdapter.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 com.github.guilhermesgb.marqueeto.sample.LicensesViewPagerAdapter.java

public class LicensesViewPagerAdapter extends PagerAdapter {

    class DriversLicenseForm {

        @Bind(R.id.name_edit_text)
        LabelledMarqueeEditText nameEditText;