5
As soon as the user clicks on one of EditText
from my Android app, the keyboard appears, however, it does not disappear when you finish typing and click off it.
I would like to know which method would be appropriate, knowing that I have 3 EditText
.
I have tried to use all the following methods, but none with success:
https://stackoverflow.com/questions/1109022/close-hide-the-android-soft-keyboard
Edit.: The class code is here.
The code line corresponding to the error after the change is:
editRed.setOnFocusChangeListener(new OnFocusChangeListener()
The link is broken, could you better support the community, enter the code in context?! this can help many other people too.
– Brewerton Santos