I have a listivew that display a bunch of images. am using Universal Image Loader to load this images from files to imageviews.
This images have dif
my suggestion is to use grid view to avoid flickering of images it will load at first time if it is same url , it will load from cache
Glide.with(mContext) .load(item.getImageUrl()) .into(holder.mIVGridPic);