Using java Syntax Highlighting
- @Override \\What are we overriding?
- public void onCreate(Bundle icicle) { \\What is an icicle
- super.onCreate(icicle);
- this.setContentView(R.layout.main); \\I know this talks to the XML file but I dont understand how or what the connection is.
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Thanks in advance for your time.

