fun changeText(view: View) { val textView = findViewById<TextView>(R.id.text_view_id) as TextView; textView.setText("hello world!"); }