Last active
December 24, 2015 19:29
-
-
Save itsff/6850632 to your computer and use it in GitHub Desktop.
Android code generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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