Trying to figure out what is the issue with updating RecyclerView\'s Adapter.
RecyclerView
After I get a new List of products, I tried to:
Update t
i got the answer after a long time
SELECTEDROW.add(dt); notifyItemInserted(position); SELECTEDROW.remove(position); notifyItemRemoved(position);