InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(myEditText.getWindowToken(), 0);
references:
https://stackoverflow.com/questions/3553779/android-dismiss-keyboard
imm.hideSoftInputFromWindow(myEditText.getWindowToken(), 0);
references:
https://stackoverflow.com/questions/3553779/android-dismiss-keyboard
No comments:
Post a Comment