I like my UIs to be intuitive; each screen should naturally and unobtrusively guide the user on to the next step in the app. Barring that, I strive to make things as confusi
You can use View.clearFocus().
View.clearFocus()
Use View.requestFocus() called from onResume().
View.requestFocus()
onResume()