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);
原文:http://www.cnblogs.com/mazing/p/6701887.html