网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

编写Android第一个程序Hello World!

时间:2024-10-11 19:05:40

1、打开EClipse,新建一个项目,我们会看到如下图。

编写Android第一个程序Hello World!

3、该代码android:text="@string/hello_world",@string/hello_world是在string.xml引用该id的,并不是直接输入进去的。string.xml的目录为Test-res-values-string.xml<string name="hello_world">Hello world!!</string>hello_world为引用的id Hello world!!为显示的字符

编写Android第一个程序Hello World!编写Android第一个程序Hello World!编写Android第一个程序Hello World!
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com