Skip to content

Instantly share code, notes, and snippets.

@kevalpatel2106
Created October 20, 2016 08:54
Show Gist options
  • Save kevalpatel2106/e9187f99a1b40092dcedd01bcc9a9a35 to your computer and use it in GitHub Desktop.
Save kevalpatel2106/e9187f99a1b40092dcedd01bcc9a9a35 to your computer and use it in GitHub Desktop.
Picasso syntext
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