Sort the statements in the correct order so that the code would compile and the view would be sucessfully retrieved.
Sort the statements in the correct order so that the code would compile and the view would be sucessfully retrieved.
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