Skip to content

Instantly share code, notes, and snippets.

@AlexHedley
Created January 28, 2015 14:28
Show Gist options
  • Select an option

  • Save AlexHedley/cd4c31f6557504060ca0 to your computer and use it in GitHub Desktop.

Select an option

Save AlexHedley/cd4c31f6557504060ca0 to your computer and use it in GitHub Desktop.
Dismiss Keyboard
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(EDITTEXT.getWindowToken(), 0);
//http://stackoverflow.com/questions/3553779/android-dismiss-keyboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment