Constructing a program

Report a typo

Reorder the lines of code to create a MainActivity class.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                }
              
                Text("Hello, Compose!")
              
                override fun onCreate(savedInstanceState: Bundle?) {
              
                setContent {
              
                super.onCreate(savedInstanceState)
              
                class MainActivity : ComponentActivity() {
              
                }
              
                }
              
___

Create a free account to access the full topic