Find the right order

Report a typo

Sort the statements in the correct order so that the code would compile and the view would be sucessfully retrieved.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                setContentView(R.layout.activity_main)
              
                }
              
                class MainActivity : AppCompatActivity() {
              
                }
              
                val messageEditText = findViewById<EditText>(R.id.messageEditText)
              
                override fun onCreate(savedInstanceState: Bundle?) {
              
                super.onCreate(savedInstanceState)
              
___

Create a free account to access the full topic