force keyboard to hide android programmatically

Solutions on MaxInterview for force keyboard to hide android programmatically by the best coders in the world

showing results for - "force keyboard to hide android programmatically"
Brentley
12 Feb 2016
1((InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE)).hideSoftInputFromWindow(_pay_box_helper.getWindowToken(), 0);
2