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. */
9 public void onCreate(Bundle savedInstanceState
) {
10 super.onCreate(savedInstanceState
);
11 setContentView(R
.layout
.main
);