Change Text of TextView On Clicking Button



 

 Code Used In the Video Below:

           

btnChangeTxt.setOnClickListener {
textView.text = "Button Clicked"
}

 

 




Popular posts from this blog

Simple Counting App Using Kotlin