Out of memory exception while implementing image gallery
问题 I am writing a code to implement a small image gallery in android device. My code is as follows. The code is working but it is giving out of memory exception please help. iam fresh to android. thanks in advance. public class GalleryActivity extends Activity{ /* * Storage Variable */ private int count; private Bitmap[] thumbnails; //Images to be displayed private String[] arrPath; //Path of the images to be displayed private ImageAdapter imageAdapter; //Set how the images to be displayed