As soon as the user clicks on one of the EditText
of my Android application, the keyboard appears, however, it does not disappear when it finishes typing and clicks off of it.
I would like to know which method would be appropriate, knowing that I have 3 EditText
.
I have tried to use all of the following methods, but none have successfully:
Edit .: The class code is here .
The line of code corresponding to the error after the change is:
editRed.setOnFocusChangeListener(new OnFocusChangeListener()