create a list with recyclerview code example
Example 1: android listview to recyclerview
Import dependency.
Replace ListView with RecyclerView.
Replace ListView with RecyclerView in the Java file.
Update the adapter.
Update the ViewHolder.
Update the constructor.
Override onCreateViewHolder method.
Override onBindViewHolder method.
Modify getCount() method.
Attach the new adapter.
Attach LayoutManager.
Attach new OnClickListener.
Example 2: RECYCLER VIEW
Elective Subjects Notes