Picasso应用
Posted 火热火热7
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Picasso应用相关的知识,希望对你有一定的参考价值。
https://futurestud.io
This is a Powerful Image Downloading and Caching Library for android
1. Add dependence to your project,
compile ‘com.squareup.picasso:picasso:2.5.2‘
2. Simplly get a pic from internet and display it.
Picasso.with(Profile.this).load(uProfile.getUrl()).into(profilePhoto);
以上是关于Picasso应用的主要内容,如果未能解决你的问题,请参考以下文章
使用 Picasso 和 minifyEnabled 时应用程序崩溃 true