Skip to content

Instantly share code, notes, and snippets.

@gcherubini
Last active October 7, 2017 20:49
Show Gist options
  • Save gcherubini/62d9def516a691c3682c62d8cf0f50b9 to your computer and use it in GitHub Desktop.
Save gcherubini/62d9def516a691c3682c62d8cf0f50b9 to your computer and use it in GitHub Desktop.
Simplifying Android activities with Kotlin - Lambda
someButton.setOnClickListener { view -> btnActions() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment