Can someone explain to me, what the problem is?
When I scroll down and then back to the top, my items were changed for other items in the list, and if I scroll again, th
Add holder.setIsRecyclable(false); in your onBindViewHolder
holder.setIsRecyclable(false);
@Override public void onBindViewHolder(final MyViewHolder holder, final int position) { holder.setIsRecyclable(false); }