Example usage for android.widget ListView subclass-usage

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

Introduction

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

Usage

From source file com.jjcamera.apps.iosched.ui.widget.CollectionView.java

/**
 * This Widget can be used to display a list of items separated with headers. The list of items of
 * each group can be displayed in several columns below each headers.
 *
 * A {@link CollectionViewCallbacks} must be defined using
 * {@link #setCollectionAdapter(CollectionViewCallbacks)} to create the layout of each elements:

From source file com.razza.apps.iosched.ui.widget.CollectionView.java

/**
 * This Widget can be used to display a list of items separated with headers. The list of items of
 * each group can be displayed in several columns below each headers.
 *
 * A {@link CollectionViewCallbacks} must be defined using
 * {@link #setCollectionAdapter(CollectionViewCallbacks)} to create the layout of each elements:

From source file com.google.samples.apps.iosched.ui.widget.CollectionView.java

/**
 * This Widget can be used to display a list of items separated with headers. The list of items of
 * each group can be displayed in several columns below each headers.
 *
 * A {@link CollectionViewCallbacks} must be defined using
 * {@link #setCollectionAdapter(CollectionViewCallbacks)} to create the layout of each elements:

From source file com.nextgis.maplibui.fragment.ReorderedLayerView.java

public class ReorderedLayerView extends ListView
        implements AdapterView.OnItemLongClickListener, AbsListView.OnScrollListener {
    protected final static int SMOOTH_SCROLL_AMOUNT_AT_EDGE = 15;
    protected final static int LINE_THICKNESS = 5;

    protected int mLastEventY = NOT_FOUND;

From source file com.example.customview.DynamicListView.java

/**
 * The dynamic listview is an extension of listview that supports cell dragging
 * and swapping.
 *
 * This layout is in charge of positioning the hover cell in the correct location
 * on the screen in response to user touch events. It uses the position of the

From source file com.jforce.chapelhillnextbus.ExpandingListView.java

/**
 * A custom listview which supports the preview of extra content corresponding
 * to each cell by clicking on the cell to hide and show the extra content.
 */
public class ExpandingListView extends ListView {

From source file graphic.expand_graphic.ExpandingListView.java

/**
 * A custom listview which supports the preview of extra content corresponding to each cell
 * by clicking on the cell to hide and show the extra content.
 */
public class ExpandingListView extends ListView {

From source file com.spatialnetworks.fulcrum.widget.DynamicListView.java

/**
 * This code taken from:
 * https://www.youtube.com/watch?v=_BZIvjMgH-Q
 * <p/>
 * The dynamic listview is an extension of listview that supports cell dragging
 * and swapping.

From source file com.vincentbrison.openlibraries.android.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ListView {

    /**

From source file ru.mahortov.listviewcustom.ListView.PinnedSectionListView.java

/**
 * ListView, which is capable to pin section views at its top while the rest is still scrolled.
 */
public class PinnedSectionListView extends ListView {

    //-- inner classes