Recent content by Saurabh Mehta1

  1. S

    What is RecyclerView Adapter?

    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