Image Loader Bitmap Cache

90 Views Asked by At

I show the image in android apps with image loader that image stores in local cache in bitmap. In certain device, the image has clipped and show only 30-50% but if apps uninstall and install again, the image show full and not clipped. In other device, the image show full and not clipped. The internet connection is good. How to solve this problem? Thank you.

1

There are 1 best solutions below

0
James Wyman On

You can dump app cache programmatically if you need to. 2nd make sure your setting up sufficent space for the image cache based on image size you save.