Skip to content

Instantly share code, notes, and snippets.

@itsff
Last active December 24, 2015 19:29
Show Gist options
  • Save itsff/6850632 to your computer and use it in GitHub Desktop.
Save itsff/6850632 to your computer and use it in GitHub Desktop.
Android code generation
EditText name = (EditText)findViewById(R.id.name);
EditText address = (EditText)findViewById(R.id.address);
RadioGroup types = (RadioGroup)findViewById(R.id.types);
Button clear = (Button)findViewById(R.id.clear_button);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment