Example usage for android.widget AbsListView.RecyclerListener interface-usage

List of usage examples for android.widget AbsListView.RecyclerListener interface-usage

Introduction

In this page you can find the example usage for android.widget AbsListView.RecyclerListener interface-usage.

Usage

From source file org.thoughtcrime.securesms.ConversationAdapter.java

/**
 * A cursor adapter for a conversation thread.  Ultimately
 * used by ComposeMessageActivity to display a conversation
 * thread in a ListActivity.
 *
 * @author Moxie Marlinspike

From source file com.wikaba.ogapp.OverviewFragment.java

public class OverviewFragment extends Fragment
        implements ServiceConnection, LoaderManager.LoaderCallbacks<List<FleetEvent>>, AbsListView.RecyclerListener,
        Runnable, View.OnClickListener {

    private static final String HEADER_KEY = "com.wikaba.ogapp.OverviewFragment.HEADER";
    static final String USERNAME_KEY = "com.wikaba.ogapp.OverviewFragment.USERNAME";