Example usage for android.widget AdapterView subclass-usage

List of usage examples for android.widget AdapterView subclass-usage

Introduction

In this page you can find the example usage for android.widget AdapterView subclass-usage.

Usage

From source file com.staff.customviews.HorizontalListView.java

/**
 * A view that shows items in a horizontally scrolling list. The items
 * come from the {@link ListAdapter} associated with this view. <br>
 * <br>
 * <b>Limitations:</b>
 * <ul>

From source file com.app.afteryou.ui.staggered.StaggeredGridView.java

/**
 * ListView and GridView just not complex enough? Try StaggeredGridView!
 * 
 * <p>
 * StaggeredGridView presents a multi-column grid with consistent column sizes
 * but varying row sizes between the columns. Each successive item from a

From source file com.beacon.afterui.sliding.customViews.StaggeredGridView.java

/**
 * ListView and GridView just not complex enough? Try StaggeredGridView!
 * 
 * <p>
 * StaggeredGridView presents a multi-column grid with consistent column sizes
 * but varying row sizes between the columns. Each successive item from a

From source file com.tr.ui.widgets.HorizontalListView.java

/**
 * ?listview?textviewitem  
 * ?????? 
 * @author gushi
 *
 */

From source file com.lovely3x.eavlibrary.EasyAdapterView.java

/**
 * Easy adapter View
 * Easy use !
 * Like List view or recycler view And wheel view.
 * Created by lovely3x on 16/8/3.
 * :

From source file com.appunite.list.AbsListView.java

/**
 * Base class that can be used to implement virtualized lists of items. A list does
 * not have a spatial definition here. For instance, subclases of this class can
 * display the content of the list in a grid, in a carousel, as stack, etc.
 *
 * @attr ref android.R.styleable#AbsListView_listSelector

From source file com.example.mycameragallarydemo.views.TwoWayView.java

public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";

    private static final int NO_POSITION = -1;
    private static final int INVALID_POINTER = -1;

From source file net.thetranquilpsychonaut.hashtagger.widgets.TwoWayView.java

/**
 * A view that shows items in a vertical or horizontal scrolling list.
 * The items come from the {@link ListAdapter} associated with this view.
 */
public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";

From source file com.datarita.ultimatecamera.turu.views.TwoWayView.java

/**
 * A view that shows items in a vertical or horizontal scrolling list.
 * The items come from the {@link android.widget.ListAdapter} associated with this view.
 */
public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";

From source file com.qurater.pivotal.ui.TwoWayView.java

/**
 * A view that shows items in a vertical or horizontal scrolling list.
 * The items come from the {@link ListAdapter} associated with this view.
 */
public class TwoWayView extends AdapterView<ListAdapter> implements ViewTreeObserver.OnTouchModeChangeListener {
    private static final String LOGTAG = "TwoWayView";