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.aniruddhc.xPlod.ui.widgets.ScrollableTabView.java

/**
 * I'm using a custom tab view in place of ActionBarTabs entirely for the theme
 * engine.
 */
public class ScrollableTabView extends HorizontalScrollView implements ViewPager.OnPageChangeListener {

From source file com.android.fastexample.adapter.FragmentViewPagerAdapter.java

/**
 * ViewPagerFragment?fragmentsviewpager
 * <p/>
 * Created with IntelliJ IDEA.
 * Author: wangjie  email:tiantian.china.2@gmail.com
 * Date: 13-10-11

From source file com.example.sdmusicplayer.widgets.ScrollableTabView.java

/**
 * I'm using a custom tab view in place of ActionBarTabs entirely for the theme
 * engine.
 */
public class ScrollableTabView extends HorizontalScrollView implements ViewPager.OnPageChangeListener {

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.geecko.QuickLyric.utils.SearchPagerAdapter.java

public class SearchPagerAdapter extends FragmentStatePagerAdapter implements ViewPager.OnPageChangeListener {

    private SearchFragment[] fragments = new SearchFragment[5];
    private String searchQuery;
    private SearchActivity searchTabs;
    public int selectedPage = 0;

From source file com.androidfactorem.visualcv.ui.adapter.FragmentTabAdapter.java

public class FragmentTabAdapter extends FragmentPagerAdapter
        implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener {

    private final Context mContext;
    private final TabHost mTabHost;
    private final ViewPager mViewPager;

From source file com.fernandocejas.mycv.ui.adapter.TabsAdapter.java

/**
 * The android10 coder: http://www.android10.org/
 * @author Fernando Cejas <http://fernandocejas.com/>
 */
public class TabsAdapter extends FragmentPagerAdapter
        implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener {

From source file com.BibleQuote.ui.adapters.TabsAdapter.java

/**
 * User: Vladimir
 * Date: 24.05.13
 */
public class TabsAdapter extends FragmentPagerAdapter
        implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener {

From source file com.github.mobile.ui.fragments.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.dldzkj.app.renxing.SplashActivity.java

/**
 * TODO
 */
public class SplashActivity extends Activity implements ViewPager.OnPageChangeListener {
    private ViewPager vp;
    private ImageView[] tips;