Created
July 15, 2016 23:22
-
-
Save JosiasSena/04d02b5e7fa8330eb4bbbcd3a7942ec7 to your computer and use it in GitHub Desktop.
Hide keyboard in Android
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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