Skip to content

Instantly share code, notes, and snippets.

@gcherubini
Last active October 7, 2017 18:50
Show Gist options
  • Save gcherubini/1df0e08296d168f0ca6b8cacaa6765d0 to your computer and use it in GitHub Desktop.
Save gcherubini/1df0e08296d168f0ca6b8cacaa6765d0 to your computer and use it in GitHub Desktop.
Simplifying Android activities with Kotlin - Fun's
fun simpleMethod(param1: Int, param2: Int = 0) : Int { return param1 + param2 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment