原文: Introduction to Glide, Image Loader Library for Android, recommended by Google 在泰国举行的谷歌开发者论坛上,谷歌为我们介绍了一个名叫 Glide 的图片加载库,作者是bumptech.这个库被广泛的运用在google的开源项目中,包括2014年google I/O大会上发布的官方app. 它的成功让我非常感兴趣.我花了一整晚的时间把玩,决定分享一些自己的经验.在开始之前我想说,Glide和Picasso有90…
图片缓存库主页: Glidehttps://github.com/bumptech/glide fresco - An Android library for managing images and the memory they usehttps://github.com/facebook/fresco picasso - A powerful image downloading and caching library for Androidhttp://square.github.io/pi…