Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created July 30, 2018 17:57
Show Gist options
  • Save Tonnie-Dev/bda5b8aae78dc0d9b1a8a508213a4fb7 to your computer and use it in GitHub Desktop.
Save Tonnie-Dev/bda5b8aae78dc0d9b1a8a508213a4fb7 to your computer and use it in GitHub Desktop.
Android Test
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
colorClass = new ColorClass();
factClass = new FactClass();
layout = findViewById(R.id.relativeLayout);
txt = findViewById(R.id.textFact);
btn = findViewById(R.id.btn);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment