Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created December 8, 2013 22:05
Show Gist options
  • Save pbrewczynski/7864499 to your computer and use it in GitHub Desktop.
Save pbrewczynski/7864499 to your computer and use it in GitHub Desktop.
private int getIntFromEditText (EditText et) throws NumberFormatException {
return Integer.parseInt(et.getText().toString());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment