Skip to content

Instantly share code, notes, and snippets.

@telday
Created September 20, 2018 23:08
Show Gist options
  • Save telday/4091de4686d79bbc8807be88f59aaa4f to your computer and use it in GitHub Desktop.
Save telday/4091de4686d79bbc8807be88f59aaa4f to your computer and use it in GitHub Desktop.
final TextView text = (TextView)findViewById(R.id.helloText);
final Button button = (Button)findViewById(R.id.helloButton);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment