Constructing a program

Report a typo

Reorder the lines to create a MainActivity.kt class.

Put the items in the correct order
}
override fun onCreate(savedInstanceState: Bundle?) {
setContentView(R.layout.activity_main) }
super.onCreate(savedInstanceState)
class MainActivity : AppCompatActivity() {
___

Create a free account to access the full topic