I am designing a login page as:
UserName: ..... Password: ..... LoginButton
When the activity starts, I want the focus to go to \"
Yes, I got the answer.. just simply edit the manifest file as:
manifest
and set EditText.requestFocus() in onCreate()..
EditText.requestFocus()
onCreate()
Thanks..