Java Android Edit Nilai Set Teks

EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");
Mattalui