I'm trying to load online images to ImageView in android and all it works correctly. But when I try to load more items into the recyclerview, all the loaded imageviews do a little flicker.
This is the basic code:
Ion.with(holder.thumbnail).load(album.getImageSmall());
How I can stop this flicker?