Added full directory structure to the repo.
[hteague_pubgit.git] / workspace / HelloWorld / src / com / example / hello / HelloWorld.java
blob682db5dc6f4ce2d78c1329d94848d0459139563f
1 package com.example.hello;
3 import android.app.Activity;
4 import android.os.Bundle;
6 public class HelloWorld extends Activity {
7 /** Called when the activity is first created. */
8 @Override
9 public void onCreate(Bundle savedInstanceState) {
10 super.onCreate(savedInstanceState);
11 setContentView(R.layout.main);