Loading image from cache using BitmapFactory.decodeStream() in Android
问题 UPDATES : Even if i don't retrieve images from cache, i tried to retrieve via Drawable where i stored all the 18 images in the "drawable-mdpi" folder. Still, a blank screen was display. I was able to retrieved images from the server and save the image (.GIF) into the cache. However, when i need to load that image from cache, the image doesn't show up on screen. Here is the codes that does the work: File cacheDir = context.getCacheDir(); File cacheMap = new File(cacheDir, smallMapImageNames