Skip to content

Instantly share code, notes, and snippets.

@edwardharks
Created September 20, 2017 15:37
Show Gist options
  • Select an option

  • Save edwardharks/e76b739003d1b249564c8372e9f73ada to your computer and use it in GitHub Desktop.

Select an option

Save edwardharks/e76b739003d1b249564c8372e9f73ada to your computer and use it in GitHub Desktop.
class SomeCustomView : View(...) {
private val picasso by viewDependency { picasso() }
fun bindData(imageUrl: String) {
picasso.load(imageUrl).into(...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment