Skip to content

Instantly share code, notes, and snippets.

@gcherubini
Last active October 7, 2017 18:57
Show Gist options
  • Save gcherubini/6f4ab220d54c49c6cb9cbbf6db41dbe2 to your computer and use it in GitHub Desktop.
Save gcherubini/6f4ab220d54c49c6cb9cbbf6db41dbe2 to your computer and use it in GitHub Desktop.
Simplifying Android activities with Kotlin - Welcome Raw
someButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
btnActions()
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment