官网:
http://square.github.io/picasso/
How to retrieve Bitmap with Picasso ?
Picasso框架实战演练:
分析的相当好!
使用Picasso加载图片的内存优化实践
picasso缓存位置:
原作者的系列介绍:
.resize(6000, 2000)
.onlyScaleDown() // the image will only be resized if it's bigger than 6000x2000 pixels.
Picasso和Glide的对比: