Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created September 17, 2016 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mplacona/583ff5fa7b18c1ecc0aa287dcdacb8a1 to your computer and use it in GitHub Desktop.
Save mplacona/583ff5fa7b18c1ecc0aa287dcdacb8a1 to your computer and use it in GitHub Desktop.
Picasso.with(getApplicationContext())
.load(ICON_URL + "&" + position)
.placeholder(R.mipmap.ic_launcher)
.error(R.mipmap.error)
.into(viewHolder.mIcon);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment