Skip to content

Instantly share code, notes, and snippets.

@condesa
Created June 7, 2012 14:06
Show Gist options
  • Save condesa/2888981 to your computer and use it in GitHub Desktop.
Save condesa/2888981 to your computer and use it in GitHub Desktop.
Uso del método findViewById en Android
protected Button btn;
btn = (Button)findViewById(R.id.btn);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment