Saturday 15 February 2014

android - keycode for "hide keyboard button" -



android - keycode for "hide keyboard button" -

i trying intercept "hide keyboard button"(seen in many phones hide keyboard in edittext). searched everywhere not find right keycode that. assumed it's same button(as replaces same button). doesn't work.

this code can hide soft keyboard.

inputmethodmanager inputmethodmanager = (inputmethodmanager)activity.getsystemservice(activity.input_method_service); inputmethodmanager.hidesoftinputfromwindow(getactivity().getcurrentfocus().getwindowtoken(), 0);

android android-softkeyboard keylistener onkeypress

No comments:

Post a Comment