从早期的用AsyncTask异步加载图片,
到后来使用UniversalImagerLoader (https://github.com/nostra13/Android-Universal-Image-Loader)这个著名的库
再到后来的Picasso Glide
Square公司渐渐在做android开源库方面独领风骚。。
------------------------------------------------------------------------------------
现在,Glide已经成为Android图片加载的绝对主流。
看下对比:
https://github.com/bumptech/glide
https://github.com/nostra13/Android-Universal-Image-Loader
https://github.com/square/picasso
https://github.com/facebook/fresco
看下 github 的star数据对比,Glide 领先其他三个库一万个start左右
所以,这一系列文章会慢慢深挖Glide用法及原理