[InputMethodManager] Keyboard 컨트롤
Android/Class 2014. 7. 24. 18:34 |InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);
imm.toggleSoftInput(InputMethodManager.SHOW_FORCED, InputMethodManager.HIDE_IMPLICIT_ONLY);
'Android > Class' 카테고리의 다른 글
[PopupWindow] PopupWindow의 터치 처리 (0) | 2015.03.10 |
---|---|
[Exception] Exception의 종류 (0) | 2014.08.28 |
[SharedPreference] (0) | 2014.07.24 |
[ViewTreeObserver] View 변화에 대한 Listener 관리 (0) | 2014.07.24 |
[ImageView] android:scaleType 속성값 정리 (0) | 2014.07.24 |