I am working on an app where I am trying to populate a list using RecyclerView and recycler adapter as well. But when I scroll through the list quickly sometimes values on t
Overriding getItemId and getItemViewType fixed the problem for me.
getItemId
getItemViewType