Reorder the lines to create a MainActivity.kt class.
Android project structure
Constructing a program
Report a typo
Put the items in the correct order
}
override fun onCreate(savedInstanceState: Bundle?) {
setContentView(R.layout.activity_main) }
super.onCreate(savedInstanceState)
class MainActivity : AppCompatActivity() {
___
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.