I have building an exhibition venture. I am utilizing RecyclerView to demonstrate every one of the pictures originating from server. I am utilizing Picasso to stack the pictures into the Adapter. Presently I have an Edit catch over the RecyclerView. On the off chance that I tap on the Edit catch I need to demonstrate a reject catch on each picture accessible in the Adapter. To make the catch obvious in every one of the things I am calling notifyDataSetChanged() inside the Adapter in the wake of tapping the Edit Button.
Issue is whether I call notifyDataSetChanged(), Picasso is stacking every one of the pictures once more. How might I abstain from reloading of Images
0 Answer(s)