-1

I am using Glide for displaying images in a listview. How can I use LruBitmapPool to reduce GC (Garbage Collection)? There is no sample around.

Glide Page : https://github.com/bumptech/glide

4

1 回答 1

0

Glide 自动使用 LruBitmapPool 所以你通常不需要担心它。看起来你在 Glide 的 Github 页面上发布了一个问题,所以让我们在那里跟进:https ://github.com/bumptech/glide/issues/326 。

于 2015-02-04T02:12:53.550 回答