Created
July 30, 2018 17:57
-
-
Save Tonnie-Dev/bda5b8aae78dc0d9b1a8a508213a4fb7 to your computer and use it in GitHub Desktop.
Android Test
This file contains 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
@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