内存缓存:
存 HashMap<String,Bitmap>cache;Bitmap bitmap;cache.put(path,bitmap)取:cache.get(path)weakedHashMap<String,xx>map;
while(true){ map.put(xx,xx);文件缓存:
BitmapUtils{ save(bitmap,targetFile){}//Bitmap loadBitmap(path){}}本文共 276 字,大约阅读时间需要 1 分钟。
内存缓存:
存 HashMap<String,Bitmap>cache;Bitmap bitmap;cache.put(path,bitmap)取:cache.get(path)weakedHashMap<String,xx>map;
while(true){ map.put(xx,xx);文件缓存:
BitmapUtils{ save(bitmap,targetFile){}//Bitmap loadBitmap(path){}}转载于:https://www.cnblogs.com/gentspy/p/5243402.html