전체 글170 UniCode를 byte단위로 계산 int en = 0; int ko = 0; int etc = 0; char[] string = str.toCharArray(); for(int j = 0; j = 'A' && string[j] = '\uAC00' && string[j] 2014. 5. 8. 문자 입력기 IME 보이기 / 감추기 - 보이기EdidText editor = (EditText)findViewById(R.id.myEdit);InputMethodManager mgr = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);//only will trigger it if no physical keyboard is openmgr.showSoftInput(editor, InputMethodManager.SHOW_IMPLICIT); - 감추기EdidText editor = (EditText)findViewById(R.id.myEdit);InputMethodManager mgr = (InputMethodManager)getSystemService(Context.INP.. 2014. 5. 8. 이전 1 ··· 40 41 42 43 다음