I am facing problem while loading image from url. The image url contains HD image and it sets to ImageView. I am getting below error.
java.lang.OutofMemoryError: bitmap size exceeds VM budget.
The application has many HD images to display. I also need to display HD images from local resource. Can anybody help me to resolve it?
Thanks.