Example usage for android.widget ListAdapter.Item interface-usage

List of usage examples for android.widget ListAdapter.Item interface-usage

Introduction

In this page you can find the example usage for android.widget ListAdapter.Item interface-usage.

Usage

From source file org.kde.kdeconnect.UserInterface.List.SmallEntryItem.java

public class SmallEntryItem implements ListAdapter.Item {

    private final String title;
    private final View.OnClickListener clickListener;

    public SmallEntryItem(String title) {