Kotlin - startActivity Intent errors - can someone help me? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

15th Oct 2022, 7:52 AM
Patrick Knecht
1 Answer
0
this is how intent you were suppposd to create val home=Intent(this,HomeActivity::class.java) val welcome=Intent(this,WelcomeActivity::class.java)
15th Oct 2022, 5:11 PM
Akashdeep Wadhwa
Akashdeep Wadhwa - avatar