Skip to content

Instantly share code, notes, and snippets.

@aguilarguisado
Last active December 13, 2021 18:30
Show Gist options
  • Save aguilarguisado/be8a028a4f1a48bc6b4cbededbac3b88 to your computer and use it in GitHub Desktop.
Save aguilarguisado/be8a028a4f1a48bc6b4cbededbac3b88 to your computer and use it in GitHub Desktop.
public class AncientMainActivity extends Activity {
TextView mainText;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.ancient_main);
this.mainText = (TextView)findViewById(R.id.main_text);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment