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.cfryan.wanglai4android.ui.swipelistview.SwipeListView.java

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

    /**

From source file com.socialmap.yy.travelbox.module.chat.swipelistview.SwipeListView.java

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

    /**

From source file com.xchat.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
@SuppressLint("Recycle")
public class SwipeListView extends ListView {

From source file com.other.swipelistview.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
@SuppressLint("Recycle")
public class SwipeListView extends ListView {

From source file com.zxq.ui.swipelistview.SwipeListView.java

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

    /**

From source file com.linin.view.swipelistview.SwipeListView.java

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

    /**

From source file ng.kingsley.android.widget.CollectionView.java

public class CollectionView extends ListView {
    private static final String TAG = "CollectionView";

    private static final int BUILTIN_VIEWTYPE_HEADER = 0;
    private static final int BUILTIN_VIEWTYPE_COUNT = 1;

From source file com.example.mike.birdalarm.ExpandingListView.java

public class ExpandingListView extends ListView {

    private boolean mShouldRemoveObserver = false;

    private List<View> mViewsToDraw = new ArrayList<>();

From source file com.modprobe.profit.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.shoshin.paidpay.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 {