Skip to content

Instantly share code, notes, and snippets.

@alz-ahm
Created March 19, 2019 18:38
Show Gist options
  • Save alz-ahm/56910e46f44737257b30832bed2136fd to your computer and use it in GitHub Desktop.
Save alz-ahm/56910e46f44737257b30832bed2136fd to your computer and use it in GitHub Desktop.
//Calling Static method
MyUtil.doSomethingOnImage(imageView, otherArguments)
//Calling extension method
imageView.doSomething(otherArguments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment