Arrange the lines code below to create an expicit intent.
Starting Activities: intents in detail
Create an explicit intent
Report a typo
Reorder lines using drag or arrows. Adjust indentation with left buttons
val intent = Intent(this, MessageActivity::class.java).apply {
startActivity(intent)
}
putExtra("EXTRA_RECIPIENT", user.id)
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.