Java Android Bearbeiten Text Set -Wert

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