edit.requestFocusFromTouch(); InputMethodManager s = (InputMethodManager) edit.getContext().getSystemService(Context.INPUT_METHOD_SERVICE); s.showSoftInput(edit, InputMethodManager.SHOW_IMPLICIT);