Keyboard API

Close Keyboard

private InputMethodManager inputMethodManager;
inputMethodManager=(InputMethodManager)getSystemService(INPUT_METHOD_SERVICE);
inputMethodManager.hideSoftInputFromWindow(view.getWindowToken(),InputMethodManager.HIDE_NOT_ALWAYS);

view : 為View類別之物件,屬於View的子類別所建立的物件也可使用

沒有留言: