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.android.datetimepicker.date.YearPickerView.java

/**
 * Displays a selectable list of years.
 */
public class YearPickerView extends ListView implements OnItemClickListener, OnDateChangedListener {
    private static final String TAG = "YearPickerView";

From source file com.apptentive.android.sdk.module.messagecenter.view.MessageCenterListView.java

public class MessageCenterListView extends ListView {

    public interface ApptentiveMessageCenterListAdapter extends ListAdapter {
        /**
         * True if views of given type will be sticky at the top
         */

From source file com.codetroopers.betterpickers.calendardatepicker.YearPickerView.java

/**
 * Displays a selectable list of years.
 */
public class YearPickerView extends ListView implements OnItemClickListener, OnDateChangedListener {

    private static final String TAG = "YearPickerView";

From source file lewa.support.v7.internal.widget.ListViewCompat.java

/**
 * This class contains a number of useful things for ListView. Mainly used by
 * {@link lewa.support.v7.widget.ListPopupWindow}.
 *
 * @hide
 */

From source file android.support.v7.internal.widget.ListViewCompat.java

/**
 * This class contains a number of useful things for ListView. Mainly used by
 * {@link android.support.v7.widget.ListPopupWindow}.
 *
 * @hide
 */

From source file com.xyczero.customswipelistview.CustomSwipeListView.java

/**
 * 
 * A view that shows items in a vertically scrolling list. The items come from
 * the {@link CustomSwipeBaseAdapter} associated with this view.
 * 
 * @author xyczero

From source file android.support.v7.widget.ListViewCompat.java

/**
 * This class contains a number of useful things for ListView. Mainly used by
 * {@link android.support.v7.widget.ListPopupWindow}.
 *
 * @hide
 */

From source file android.support.v7ox.widget.ListViewCompat.java

/**
 * This class contains a number of useful things for ListView. Mainly used by
 * {@link android.support.v7ox.widget.ListPopupWindow}.
 *
 * @hide
 */

From source file universum.studios.android.dialog.widget.DialogListView.java

/**
 * A {@link ListView} simple implementation that tints its over-scroll effect using the accent color
 * presented within the current dialog theme. This extended list view also draws a shadow at its
 * both vertical (top and bottom) edges.
 *
 * @author Martin Albedinsky

From source file io.github.carlorodriguez.alarmon.MediaListView.java

/**
 * An extension to the ListView widget specialized for selecting audio media.
 * Use one of the concrete implementations MediaSongsView, MediaArtistsView
 * or MediaAlbumsView.
 */
public class MediaListView extends ListView implements OnItemClickListener {