-
-
Save skydoves/c970b9ed2edb8ca0c52a56855f7e4ba4 to your computer and use it in GitHub Desktop.
imp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var counter = 0 | |
binding.button.setOnClickListener { | |
counter++ | |
binding.button.text = counter.toString() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment