0
Kotlin - startActivity Intent errors - can someone help me?
Hi there, I have some errors when I want to start an new Activity. Can someone help me, please? https://www.sololearn.com/compiler-playground/cA1NJnQ31YW8/#kt Thank you!
1 Réponse
0
this is how intent you were suppposd to create
val home=Intent(this,HomeActivity::class.java)
val welcome=Intent(this,WelcomeActivity::class.java)