OK I have an array of EditTexts, and I want to loop through them, so if some EditText does not contain text, I want to ask user for input, and I'm through a lot of hours and a lot of reading but I can not understand how this is supposed do work. So few questions:
Is requestfocus() enough ? (It's not working - keyboard does not show)
I have tried with OnFocusChangeListener and than tried to Show keyboard (showSoftInput(view,InputMethodManager.SHOW_IMPLICIT)) if there is focus on editText again it is not working.
Does anyone know of any good example to get me out of this triangle?