性能優化-Bitmap內存管理

  本文使用LruCache、DiskLruCache進行Bitmap的內存管理。LruCache是Android自帶的,DiskLruCache是Jake Wharton大神的作品:https://github.com/JakeWharton/DiskLruCache   做Bitmap內存管理,首先要用到BitmapFactory.Options,它是BitmapFactory類的靜態內部類,
相關文章
相關標籤/搜索