I want to show the Bitmap image in ImageView from sd card which is stored already. After run my application is crash and getting Ou
Use Glide Library and Override size to less size;
Glide.with(mContext).load(imgID).asBitmap().override(1080, 600).into(mImageView);