Searched refs:CustomAdapter (Results 1 - 2 of 2) sorted by relevance

/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
H A DCustomAdapter.java30 public class CustomAdapter extends RecyclerView.Adapter<CustomAdapter.ViewHolder> { class in inherits:RecyclerView.Adapter
31 private static final String TAG = "CustomAdapter";
65 public CustomAdapter(String[] dataSet) { method in class:CustomAdapter
H A DRecyclerViewFragment.java51 protected CustomAdapter mAdapter;
87 mAdapter = new CustomAdapter(mDataset);
88 // Set CustomAdapter as the adapter for RecyclerView.

Completed in 1647 milliseconds