Skip to content

Instantly share code, notes, and snippets.

@Stickerbox
Created November 30, 2017 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stickerbox/23d0c5c7fed750447804b9ad2ba3781b to your computer and use it in GitHub Desktop.
Save Stickerbox/23d0c5c7fed750447804b9ad2ba3781b to your computer and use it in GitHub Desktop.
class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
customView.buttonTapped = {
println("button was tapped")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment