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 E
You can also add android:selectAllOnFocus="true" to the EditText
android:selectAllOnFocus="true"
EditText