Example usage for android.os Binder interface-usage

List of usage examples for android.os Binder interface-usage

Introduction

In this page you can find the example usage for android.os Binder interface-usage.

Usage

From source file com.facebook.litho.widget.RecyclerBinder.java

/**
 * This binder class is used to asynchronously layout Components given a list of {@link Component}
 * and attaching them to a {@link RecyclerSpec}.
 */
@ThreadSafe
public class RecyclerBinder implements Binder<RecyclerView>, LayoutInfo.ComponentInfoCollection, HasStickyHeader {