Skip to content

Instantly share code, notes, and snippets.

@oraculum
Created August 18, 2012 06:39
Show Gist options
  • Save oraculum/3384943 to your computer and use it in GitHub Desktop.
Save oraculum/3384943 to your computer and use it in GitHub Desktop.
Mostrando teclado Android
((InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE))
.showSoftInput(editText, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment