Skip to content

Instantly share code, notes, and snippets.

@vivekgidmare
Created September 23, 2015 19:50
Show Gist options
  • Save vivekgidmare/16541c6d3f830812557a to your computer and use it in GitHub Desktop.
Save vivekgidmare/16541c6d3f830812557a to your computer and use it in GitHub Desktop.
Hide KayBoard
//Hide the keyboard
InputMethodManager imm = (InputMethodManager) getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(mNameText.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment