Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- val textView: TextView = findViewById<TextView>(R.id.textView)
- var count: Int = 0
- textView.setOnClickListener {
- count++
- textView.text = count.toString()
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement