I am designing a login page as:
UserName: ..... Password: ..... LoginButton
When the activity starts, I want the focus to go to \"
Programatically:
edittext.requestFocus();
Through xml:
Or call onClick method manually.