EditText getText().toString() is eating up a few letters in the what is being entered Android code example
Example: java android edit text set value
EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");
EditText bookInput = (EditText)findViewById(R.id.book);
bookInput.setText("The Shining");