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
I think it is because your adapter has adapter.setHasStableIds(true) is true and getItemId is not overridden. So recyclerView try to find holder with the same id and reuse it.