Open iamnaran opened 7 years ago
You should load images with some image library eg. Glide. Activity cannot handle all the images resources while loading with setResources. It result in application crash with some memory issue.
You should load images with some image library eg. Glide. Activity cannot handle all the images resources while loading with setResources. It result in application crash with some memory issue.