Android - set focus on EditText after Spinner selection
问题 I have the following items displayed on the screen: EditText Forename Spinner gender selection (Male | Female) EditText Email When the application is first launched, I want the focus to be set on the Forename EditText. Then after "Male" or "Female" has been selected in the Spinner, I want the focus to be set on the Email EditText that is located below the spinner. I have used setOnItemSelectedListener to set the requestFocus on the email EditText, but the problem is that it automatically sets