'softKeyboard'에 해당되는 글 1건

  1. 2009.08.28 softKeyboard 띄위기 2
Android/App개발2009. 8. 28. 14:49
// InputMethodService의 참조를 얻음.
InputMethodManager inputManager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
// SoftInput keyboard를 show함.
inputManager.showSoftInput(this.getCurrentFocus(),InputMethodManager.SHOW_IMPLICIT);

Posted by 삼스