Intent

Report a typo

In this topic, you learned how to switch between Activities. Add the missing line to this code so it works correctly.

secondActivityButton.setOnClickListener {
    val switchToMain = Intent(this, MainActivity::class.java)
    // missing line
}
Enter a short text
___

Create a free account to access the full topic