Created
October 20, 2016 08:54
-
-
Save kevalpatel2106/e9187f99a1b40092dcedd01bcc9a9a35 to your computer and use it in GitHub Desktop.
Picasso syntext
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Picasso.with(myFragment) | |
.load(url) | |
.centerCrop() | |
.placeholder(R.drawable.loading_spinner) | |
.into(myImageView); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment