728x90
//아무대서나 실행.
InputMethodManager mgr = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
//mgr.showSoftInput(editText, InputMethodManager.SHOW_IMPLICIT); // 보여줄때
mgr.hideSoftInputFromWindow(search_key.getWindowToken(), 0); // 숨길때
728x90
'Developer > Android' 카테고리의 다른 글
[Android]Resource를 Bitmap으로 만들기. (2) | 2010.12.16 |
---|---|
[Android] ImageView Round처리하기. (3) | 2010.12.16 |
[Android] 안드로이드 가로, 세로 모드 막기 (0) | 2010.12.16 |
[WebView] ProgressBar 만들기 (1) | 2010.12.15 |
맥os에서 md5보는법 (0) | 2010.11.29 |