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
setSelection(int index) method in Edittext should allow you to do this.
setSelection(int index)
Edittext