picasso--不得不看的异步图片加载与缓存开源库

   picasso是Square公司开源的一个Android图形缓存库,地址http://square.github.io/picasso/,可以实现图片下载和缓存功能。仅仅只需要一行代码就能完全实现图片的异步加载: 1 Picasso. with (context).load( "http://i.imgur.com/DvpvklR.png" ).into(imageView);   Api看
相关文章
相关标签/搜索