Created
May 12, 2016 08:05
-
-
Save Isabellle/309de003bcbfb4ded8540a44ec4fd73e to your computer and use it in GitHub Desktop.
Android - Picasso Loading & Cache Images
This file contains 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(context) | |
.load(item.getFrontImage()) | |
.into(itemFrontImage); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment