码迷,mamicode.com
首页 > 其他好文 > 详细

使用picasso加载图片

时间:2017-04-24 21:22:32      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:对象   launch   使用   this   包含   bsp   err   img   图片   

1.添加依赖:compile ‘com.squareup.picasso:picasso:2.5.2‘


2.加载图片:
用到的参数包含(上下文; 图片数据 ;自定义图片大小; 加载默认图片;控件对象 )
Picasso.with(MainActivity.this).load("http://img5.cache.netease.com/photo/0005/2017-04-19/900x600_CICCQTB00BV0005.jpg").resize(500,500).error(R.mipmap.ic_launcher).into(img);

使用picasso加载图片

标签:对象   launch   使用   this   包含   bsp   err   img   图片   

原文地址:http://www.cnblogs.com/livelihood/p/6758743.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!