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
First of all, it will 100% work........
onResume() method.onResume() find the view which is focusing again and again by findViewById().onResume() set requestFocus() to this view.onResume() set clearFocus to this view.focusable true and focusableInTuch true.onResume() find the above top view by findViewById onResume() set requestFocus() to this view at the last.