Android Studio项目模板全面解析( 九 )

{

    

super

.onCreate(savedInstanceState);

    TextView tv = 

new

 TextView(

this

);

    tv.setText(

"Hello, beautiful world!"

);

    setContentView(tv);

  }

}

AndroidManifest.xml 内容如下:

<?xml version=

"1.0"

 encoding=

"utf-8"

 ?>

<manifest xmlns:android=

"http://schemas.android.com/apk/res/android"



    

package

=

"wang.relish.demo"

>

    <applcation>