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.joysoft.andutils.adapter.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>

From source file com.crux.adapter.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 cl.monsoon.s1next.widget.FragmentStatePagerAdapter.java

/**
 * Because we can't retain Fragments that are nested in other fragments.
 * So we adds tag to each Fragments in order to let host Fragment in ViewPager
 * know its target {@link cl.monsoon.s1next.view.fragment.headless.DataRetainedFragment}.
 * <p>
 * Forked from https://github.com/android/platform_frameworks_support/blob/master/v4/java/android/support/v4/app/FragmentStatePagerAdapter.java

From source file com.bm.wjsj.View.MyFragmentPagerAdapter.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.collegiate.core.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.johnny.gank.ui.adapter.PicturePagerAdapter.java

/**
 * description
 *
 * @author Johnny Shieh (JohnnyShieh17@gmail.com)
 * @version 1.0
 */

From source file au.gov.ga.worldwind.androidremote.client.ui.ItemModelPagerAdapter.java

/**
 * Pager adapter used by the {@link ItemModelFragment}'s ViewPager. Displays a
 * ListView in each page which displays an {@link Item}'s children.
 * 
 * @author Michael de Hoog (michael.dehoog@ga.gov.au)
 */

From source file com.dreamfactory.kurtishu.pretty.view.adapter.ImageViewerAdapter.java

/**
 * Authorkurtishu on 2/15/16
 * Eevery one should have a dream, what if one day it comes true!
 */
public class ImageViewerAdapter extends PagerAdapter {

From source file com.holo.fileexplorer.FileFragmentPagerAdapter.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.tinyexportcalendar.app.MyFragmentStatePagerAdapter.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