There are an EditText and a TextView in my Activity. I want to set focus on the TextView when the Activity starts. I used the following code:
TextView my
You can set focus to any widget or a TextView from the xml of the activity. Just add requestFocus before the TextView end.