기본 콘텐츠로 건너뛰기

Android, hide keyboard



InputMethodManager immhide = (InputMethodManager) getSystemService(Activity.INPUT_METHOD_SERVICE);
immhide.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);




ref : http://ellordnet.tistory.com/28

댓글