Skip to content

Instantly share code, notes, and snippets.

@JosiasSena
Created July 15, 2016 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosiasSena/04d02b5e7fa8330eb4bbbcd3a7942ec7 to your computer and use it in GitHub Desktop.
Save JosiasSena/04d02b5e7fa8330eb4bbbcd3a7942ec7 to your computer and use it in GitHub Desktop.
Hide keyboard in Android
final InputMethodManager inputMethodManager = (InputMethodManager) context.getSystemService(Context.INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(view.getWindowToken(), 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment