I am new to Android and I am trying to figure out how do I focus on EditText and select all text in it.
Here is the scenario:
User enters user name in EditText
App evaluates it somehow and if user name is not valid, it should automatically focus on User Name Edit text and select all text user has entered previously so user does not have to backspace to delete it all in order to reenter new user name.
Much appreciated,