Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save edwardharks/64c4e2cbaf96a703eea46dc3dca857f5 to your computer and use it in GitHub Desktop.
class SomeCustomView @JvmOverloads constructor(context: Context,
attrs: AttributeSet? = null,
defStyleAttr: Int = 0)
: View(context, attrs, defStyleAttr) {
private val picasso by viewDependency { picasso() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment