In my Android application, I have several EditText
controls and spinners (almost 400 controls like that)... when I select a spinner, after selection the focus goes to EditText
randomly, sometime top most edit text... due to this I have to scroll down and when I choose another spinner value, again focus goes to EditText
.
Is there any way to avoid this so that the focus stays in the control which is chosen?