Btn Start Activity

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

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

Code Explorer Popular Question For Kotlin