In my application, i have some url's using these url's i am downloading the images from web and use these images in my app. Where to store these images? because my app have lot of images are there.Suggest the best way i.e,that way have no chance to get the "out of memory exception".please can anybody help me.
I am using the following way is it good or bad. can anybody suggest me.
- Using the url's i am downloading the images from the web and at the download time i am creating the directory for these images in the sd card. Save these images with url names in the sd card.if the image name is exist in the directory then that image will be fetching from the sd card. otherwise it will be downloaded from the web. is it good?
thanks