Snippet: #wbw9

Written in Java and posted on Dec 19, 2011 at 14:11
   1  		edit.requestFocusFromTouch();
   2  		InputMethodManager s = (InputMethodManager) edit.getContext().getSystemService(Context.INPUT_METHOD_SERVICE);
   3  		s.showSoftInput(edit, InputMethodManager.SHOW_IMPLICIT);