Skip to content

Instantly share code, notes, and snippets.

@tfcporciuncula
Created December 20, 2018 08:07
Show Gist options
  • Save tfcporciuncula/25efe82f0047ee25cb09b8f80e754674 to your computer and use it in GitHub Desktop.
Save tfcporciuncula/25efe82f0047ee25cb09b8f80e754674 to your computer and use it in GitHub Desktop.
Picasso load extension
fun ImageView.load(resource: Int) {
Picasso.with(context)
.load(resource)
.into(this)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment