Add API demo of a heavy-weight application.

Change-Id: I15e2d1c766af8aa7a62beed3069b8d128338ca11
This commit is contained in:
Dianne Hackborn
2010-06-03 18:49:04 -07:00
parent 4ff90676ae
commit 2e952670a2
7 changed files with 150 additions and 3 deletions

View File

@@ -24,9 +24,6 @@ import android.os.Bundle;
* A minimal "Hello, World!" application.
*/
public class HelloActivity extends Activity {
public HelloActivity() {
}
/**
* Called with the activity is first created.
*/