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
}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
}Create a free account to access the full topic