I want to change respective image of clicked item in recycler view. Now whats happening is if i click on item 2 image is changing at random item position in the list
Change the image value in the object at the clicked position and
Call notifyItemChanged(position).Also handle the image change in Bindviewholder(ViewHolder holder,position) method of the Adapter.