Example usage for android.view ViewGroup subclass-usage

List of usage examples for android.view ViewGroup subclass-usage

Introduction

In this page you can find the example usage for android.view ViewGroup subclass-usage.

Usage

From source file com.baiiu.autoloopviewpager.loopvp.LoopViewPager.java

/**
 * Layout manager that allows the user to flip left and right through pages of
 * data. You supply an implementation of a {@link PagerAdapter} to generate the
 * pages that the view shows.
 * <p/>
 * <p>

From source file com.gu.library.OrientedViewPager.java

/**
 * Created by Bartosz Lipinski
 * Based on castorflex's VerticalViewPager (https://github.com/castorflex/VerticalViewPager)
 *
 * 03.05.15
 */

From source file com.example.mvpdemo.widget.NarrowParentViewPager.java

/**
 * Layout manager that allows the user to flip left and right through pages
 * of data. You supply an implementation of a {@link PagerAdapter} to
 * generate the pages that the view shows.
 * <p/>
 * <p>

From source file com.chenl.widgets.flippablestackview.OrientedViewPager.java

/**
 * Created by Bartosz Lipinski
 * Based on castorflex's VerticalViewPager (https://github.com/castorflex/VerticalViewPager)
 *
 * 03.05.15
 */

From source file android.support.design.widget.CoordinatorLayout.java

/**
 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
 *
 * <p>CoordinatorLayout is intended for two primary use cases:</p>
 * <ol>
 *     <li>As a top-level application decor or chrome layout</li>

From source file cn.edu.nuc.seeworld.view.flippablestackview.OrientedViewPager.java

/**
 * Created by Bartosz Lipinski
 * Based on castorflex's VerticalViewPager (https://github.com/castorflex/VerticalViewPager)
 *
 * 03.05.15
 */

From source file com.bartoszlipinski.flippablestackview.OrientedViewPager.java

/**
 * Created by Bartosz Lipinski
 * Based on castorflex's VerticalViewPager (https://github.com/castorflex/VerticalViewPager)
 *
 * 03.05.15
 */

From source file android.improving.utils.views.cardsview.OrientedViewPager.java

/**
 * Created by Bartosz Lipinski
 * Based on castorflex's VerticalViewPager (https://github.com/castorflex/VerticalViewPager)
 *
 * 03.05.15
 */

From source file com.guide.ViewPager.java

/**
 * Layout manager that allows the user to flip left and right through pages of
 * data. You supply an implementation of a {@link PagerAdapter} to generate the
 * pages that the view shows.
 * 
 * <p>

From source file com.example.sky.test.view.ViewPager.java

/**
 * Layout manager that allows the user to flip left and right
 * through pages of data.  You supply an implementation of a
 * {@link PagerAdapter} to generate the pages that the view shows.
 *
 * <p>ViewPager is most often used in conjunction with {@link android.app.Fragment},