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);
posted @ 2017-04-12 23:07  火热火热7  阅读(116)  评论(0)    收藏  举报