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.manyou.wei.view.touchgallery.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 List<String> mResources;

From source file chat.tox.antox.pager.BetterFragmentPagerAdapter.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/>
 * <p>This version of the pager is best for use when there are a handful of

From source file com.child.manage.util.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 final List<String> mResources;

From source file com.example.picturebrower.Gallery.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 List<String> mResources;

From source file com.manyi.mall.widget.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 final List<String> mResources;

From source file com.jifeng.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 final List<String> mResources;

From source file com.justwayward.reader.view.pdfview.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.hayrihabip.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 final List<String> mResources;

From source file com.gongpingjia.carplay.view.gallery.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 List<String> mResources;

From source file com.manyouren.manyouren.widget.touchgallery.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 List<String> mResources;