Example usage for android.support.v4.view CustomPagerAdapter subclass-usage

List of usage examples for android.support.v4.view CustomPagerAdapter subclass-usage

Introduction

In this page you can find the example usage for android.support.v4.view CustomPagerAdapter subclass-usage.

Usage

From source file com.tonnguyen.livelotte.view.ResultViewPagerAdapter.java

/**
 * @author Ton Nguyen
 * An implementation of Pager Adapter, for displaying result view
 */
public class ResultViewPagerAdapter extends CustomPagerAdapter {
    private static final String TAG = "ResultViewPagerAdapter";