When I’m using “EditText” I have the virtual keyboard.
Pressing first time “Back” button hides the keyboard. Second press invokes “onBackPressed” callback in my activity. OK, but…
I have no idea how to hook the very first press. I need to process input data as soon as the virtual keyboard dismissed.
Any ideas are welcome.
Thanks.
You can override when the keyboard disappears using this method:
Taken from my other answer @ : Android: Error popup on EditText doesn't move down when keyboard goes away