SHOW KEYBOARD:
android.view.inputmethod.InputMethodManager imm =
(android.view.inputmethod.InputMethodManager)getSystemService(Context.INPUT_METHOD_S
ERVICE); imm.showSoftInput(edittext1,
android.view.inputmethod.InputMethodManager.SHOW_IMPLICIT);
0 Comments: