I have 2 arrays of edit texts and one single edit text. When I select any of the edit texts focus jumps to the next edit text, and focus remains active on the last edit text.
How can I
1) Exclude to single edit text from being focused from the edit test arrays?
2) End focus at the end of the arrays or when done with the single edit text.
I tried ForceDoneButton but Next remains. One option I found was closing the keyboard and setting focus to a edit text off screen. Is there a better way?
How can I
1) Exclude to single edit text from being focused from the edit test arrays?
2) End focus at the end of the arrays or when done with the single edit text.
I tried ForceDoneButton but Next remains. One option I found was closing the keyboard and setting focus to a edit text off screen. Is there a better way?