Glide 3.7.0 发布,Android 图片加载和缓存库
欢迎加入运维网交流群:263444886Glide 3.7.0 是一个小型的 feature/bugfix 发布:
特性
[*] Add integration library for okhttp3 (#856, #887, #917)
[*] Cancel pending requests in the okhttp3 library (#257)
Bug 修复
[*] Fixed a memory leak loading GIFs (#690, #892)
[*] Release all memory when clearMemory() is called (#687, #717)
[*] Fix NoSuchMethodError on certain devices (#578)
[*] Replace default user agent rather than appending default user agent when addHeader is called (#546)
下载页面:3.7.0
Glide 是一个 Android 上的图片加载和缓存库,其目的是实现平滑的图片列表滚动效果。
页:
[1]