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.android.hcframe.ad.LoopPagerAdapterWrapper.java

/**
 * A PagerAdapter wrapper responsible for providing a proper page to
 * LoopViewPager
 * 
 * This class shouldn't be used directly
 */

From source file com.example.mego.adas.main.adapter.HelpPageViewerAdapter.java

/**
 * Adapter used to show the help instructions
 */

public class HelpPageViewerAdapter extends PagerAdapter {

From source file com.chinesepod.decks.adapter.CPodFragmentStatePagerAdapter.java

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

    private final FragmentManager mFragmentManager;
    private FragmentTransaction mCurTransaction = null;

From source file com.gigamole.neon.adapters.PlayerPagerAdapter.java

/**
 * Created by GIGAMOLE on 17.05.2015.
 */
public class PlayerPagerAdapter extends PagerAdapter {

    private final Context context;

From source file com.nxt.yn.app.widget.banner.CBLoopPagerAdapterWrapper.java

/**
 * A PagerAdapter wrapper responsible for providing a proper page to
 * LoopViewPager
 * 
 * This class shouldn't be used directly
 */

From source file com.android.deskclock.timer.FragmentStatePagerAdapter2.java

/**
 * Forked from support lib's {@link FragmentStatePagerAdapter}, with some minor
 * changes that couldn't be accomplished through subclassing: we need to override the
 * onDataSetChanged method using the private member mFragments which cannot be accessed outside.
 *
 * This class is used for TimerFragment's vertical view pager only. It removed the save/restore

From source file com.jim.tvs.DSFragmentPagerAdapter.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.andorn.powertask.adapters.CustomFragmentStatePagerAdapter.java

public abstract class CustomFragmentStatePagerAdapter extends PagerAdapter {

    private static final String TAG = GooTasksPagerAdapter.class.getName();
    private static final boolean DEBUG = false;

    private final FragmentManager mFragmentManager;

From source file ch.gianulli.flashcards.lists.CardsAdapter.java

public class CardsAdapter extends PagerAdapter implements Flashcard.OnCardAnsweredListener {

    private LayoutInflater mInflater;

    private ArrayList<Card> mCards;

From source file com.betterAlarm.deskclock.timer.FragmentStatePagerAdapter2.java

/**
 * Forked from support lib's {@link FragmentStatePagerAdapter}, with some minor
 * changes that couldn't be accomplished through subclassing: we need to override the
 * onDataSetChanged method using the private member mFragments which cannot be accessed outside.
 *
 * This class is used for TimerFragment's vertical view pager only. It removed the save/restore