Skip to content

Instantly share code, notes, and snippets.

@Isabellle
Created May 12, 2016 08:05
Show Gist options
  • Save Isabellle/309de003bcbfb4ded8540a44ec4fd73e to your computer and use it in GitHub Desktop.
Save Isabellle/309de003bcbfb4ded8540a44ec4fd73e to your computer and use it in GitHub Desktop.
Android - Picasso Loading & Cache Images
Picasso.with(context)
.load(item.getFrontImage())
.into(itemFrontImage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment