There are two EditText,while loading the page a text is set in the first EditText, So now cursor will be in the starting place of EditText, I want
EditText
EditText editText = findViewById(R.id.editText); editText.setSelection(editText.getText().length());