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.nghiatv.androidprojecttemplateone.widget.viewpager.LoopPagerAdapterWrapper.java

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

From source file com.acttogethermoving.estimator.widget.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>This version of the pager is best for use when there are a handful of

From source file com.drownedinsound.ui.base.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>This version of the pager is best for use when there are a handful of

From source file com.daniel.lupianez.casares.LayoutPagerAdapter.java

/**
 * Pager adapter for easy lazy loading of layouts
 * @author Daniel Lupiaez Casares
 *
 */
public class LayoutPagerAdapter extends PagerAdapter {

From source file com.cmput301.recipebot.ui.adapters.ImagePagerAdapter.java

/**
 * A {@link PagerAdapter} that shows a list of images. Each image can be a {@link java.util.prefs.Base64} encoded String
 * or a link to a online image. The loading is automatically done on a background thread.
 */
public class ImagePagerAdapter extends PagerAdapter {

From source file com.android.packageinstaller.TabsAdapter.java

/**
 * This is a helper class that implements the management of tabs and all
 * details of connecting a ViewPager with associated TabHost.  It relies on a
 * trick.  Normally a tab host has a simple API for supplying a View or
 * Intent that each tab will show.  This is not sufficient for switching
 * between pages.  So instead we make the content part of the tab host

From source file com.liuhw.autoloopviewpager.pagerindicator.LoopPagerAdapterWrapper.java

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

From source file com.cisetech.customer.customer.Animation.LoopPagerAdapterWrapper.java

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

From source file com.mcxiaoke.minicat.adapter.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/>
 * <p>

From source file com.mn.tiger.widget.viewpager.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>