I have this problem - just for testing purposes I added ParseFile to one of ParseObject from received list. Instead of showing it only in that row
ParseFile
ParseObject
When "logo" is null, you get the recycled image instead of clearing it. Add this code to properly clear the image:
holder.imageView.setImageDrawable(null);