I am creating an Android application that contains a timer that counts and displays in EditTexts. There is another EditText on the page that I would like to edit while the timer counts down.
The problem is that when I call setText () to update the timer text, another EditText loses focus. As the timer is updated every second, the soft keyboard fades in less than a second. Is there any way to prevent this?
I want the timer to work (on the screen) while the keyboard is visible, but I cannot find any good answers on how to do this.
Any help is appreciated!
source share