I have a problem in RecyclerView. When I move item in RV and then scroll, saw some items has duplicated.
RecyclerView
RecyclerView will recycle the view.When you delete data,call notifyItemChanged(pos)or notifyDataSetChanged() method.
notifyItemChanged(pos)
notifyDataSetChanged()