Has anyone implemented a solution that uses notifyItemChanged
instead of notifyDataSetChanged
and that works after setting up the ViewPager?
I used an integer called lastUpdatedPosition
that I updated in the onClick
function of CrimeHolder, but with the ViewPager this solution obviously doesn’t work anymore.