I have a EditText
and button aligned to parent's bottom.
When I enter text in it and press the button to save data, the virtual keyboard does not disappear.
Can any one guide me how to hide the keyboard?
I have a EditText
and button aligned to parent's bottom.
When I enter text in it and press the button to save data, the virtual keyboard does not disappear.
Can any one guide me how to hide the keyboard?
I found this because my EditText wasn't automatically getting dismissed on enter.
This was my original code.
I solved it by removing the line
after doing stuff when user presses enter.
Hope this helps someone.
you can create a singleton class for call easily like this:
so, after can call in the activity how the next form: