Btn Start Activity Kotlin

[Solved] Btn Start Activity Kotlin | Kotlin - Code Explorer | yomemimo.com
Question : btn start activity kotlin

Answered by : zarden

 val botao_registar = findViewById<View>(R.id.btn_registar) as Button botao_registar.setOnClickListener{ val intent = Intent(this, Registo::class.java) startActivity(intent) }

Source : | Last Update : Mon, 22 Nov 21

Answers related to btn start activity kotlin

Code Explorer Popular Question For Kotlin