Hi I want to show 3 or 4 image in my view that are stored in sdcard the size of images is 1-2 MB approximately. My problem is when I use image in imageview then it throw ou
Create a BitmapFactory.Options and pass a value >1 in inSampleSize (preferably a power of 2) to scale the image down when loading it.
BitmapFactory.Options