At First, my RecyclerView items are ok, but on scrolling, items are shown on the wrong position for example: item 6 shown in position 67. Although onClick listener and getAdapte
in public void onBindViewHolder()
public void onBindViewHolder()
add
holder.setIsRecyclable(false);