Called when the activity is first created. super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, Other Crashy Android"); setContentView(tv);
super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv.setText("Hello, Other Crashy Android"); setContentView(tv);
throw new RuntimeException("Two drums and a cymbal fall off a cliff...");