Picasso、Glide及Fresco对比

Picasso:java 是Square公司开源的项目,功能强大调用简单:git //用法1:加载全尺寸的图片到内存,而后让GPU来实时重绘大小 Picasso.with(this) .load(“http://**.jpg“) .into(ivImgPicasso); //用法2:须要去设置ImageView大小值 Picasso.with(this) .load(“http://**.jpg“
相关文章
相关标签/搜索