Recycler View creating duplicate items
问题 I am using Recycler View for creating a list of items and I am getting a duplicate items in the list. I have passed a list of 30 size into the Recycler View Adapter. The created list has 30 items but there are only 3 unique items, all other are repetition of 3 unique items. I am not able to find the bug. public class CollectionAdapter extends RecyclerView.Adapter<CollectionAdapter.CollectionViewHolder> { private List<CollectionDataTypeModel> mDataSet = new ArrayList<CollectionDataTypeModel>()