I have been searching SO threads for answers but couldn\'t figure out my issue from previous discussion. I have a listview which loads about 50 images (it used to be about 100
Use :
recyclerview.getRecycledViewPool().setMaxRecycledViews(0, 0);
This solved my issue