- Jun 3, 2015
- 0
- 0
- 0
RecyclerView Adapter
I am just a beginner in Android Programming and while learning I came across the below code
public class MyAdapter extends RecyclerView.Adapter<MyAdapter.ViewHolder>
Can Someone please explain what does the <MyAdapter.ViewHolder> specify? Thanks in advance
I am just a beginner in Android Programming and while learning I came across the below code
public class MyAdapter extends RecyclerView.Adapter<MyAdapter.ViewHolder>
Can Someone please explain what does the <MyAdapter.ViewHolder> specify? Thanks in advance