Skip to content

Instantly share code, notes, and snippets.

@Stickerbox
Created November 30, 2017 12:29
Embed
What would you like to do?
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