Example usage for android.support.v4.view ViewPager.OnPageChangeListener interface-usage

List of usage examples for android.support.v4.view ViewPager.OnPageChangeListener interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view ViewPager.OnPageChangeListener interface-usage.

Usage

From source file com.github.pockethub.android.ui.PagerFragment.java

public abstract class PagerFragment extends DialogFragment implements ViewPager.OnPageChangeListener {

    /**
     * Get provider of the currently selected fragment
     *
     * @return fragment provider

From source file com.df.kia.procedures.InputProceduresLayout.java

/**
 * Created by  on 14-1-8.
 *
 * ???
 */
public class InputProceduresLayout extends LinearLayout implements ViewPager.OnPageChangeListener {

From source file com.bfsi.egalite.pageindicators.PageIndicator.java

/**
 * @author Vijay
 *
 */
public interface PageIndicator extends ViewPager.OnPageChangeListener {
    /**

From source file ca.mymenuapp.ui.widgets.DelegateOnPageChangeListener.java

/**
 * A {@link ViewPager.OnPageChangeListener} that can notify multiple listeners.
 *
 * Used in MainActivity, since we have one listener to enable/disable menu items
 * based on the page (from our SlidingPanel), and one for swiping between tabs (that updates
 * the action bar indicator)

From source file com.alexandrepiveteau.library.tutorial.widgets.PageIndicator.java

/**
 * Created by Alexandre on 15.07.2015.
 */
public class PageIndicator extends View implements ViewPager.OnPageChangeListener {

    public static abstract class Engine {

From source file com.example.android.miwok.activities.MainActivity.java

public class MainActivity extends AppCompatActivity implements ViewPager.OnPageChangeListener {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

From source file com.example.jugyang.classroom.view.viewpagerindictor.PageIndicator.java

/**
 * A PageIndicator is responsible to show an visual indicator on the total views
 * number and the current visible view.
 */
public interface PageIndicator extends ViewPager.OnPageChangeListener {
    /**

From source file com.geecko.QuickLyric.utils.ScreenSlidePagerAdapter.java

/**
 * This file is part of QuickLyric
 * Created by geecko
 * <p/>
 * QuickLyric is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

From source file com.example.sample3.MainActivityFragment.java

/**
 * A placeholder fragment containing a simple view.
 */
public class MainActivityFragment extends Fragment implements ViewPager.OnPageChangeListener, View.OnTouchListener {

    private LoopViewPager mPager;

From source file ca.mymenuapp.ui.widgets.SwipeableActionBarTabsAdapter.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