`
mmdev
  • 浏览: 12925304 次
  • 性别: Icon_minigender_1
  • 来自: 大连
文章分类
社区版块
存档分类
最新评论

[Android Samples视频系列之ApiDemos]App-Activity-Hello world

 
阅读更多

1.前言

该Demo的分析参考了mapdigit的关于Api Demos的文章,我在他的基础上更进一步分析了相关知识点。

2.Demo效果


3.Demo分析

Hello world 的Layout定义:
<TextView xmlns:android=”http://schemas.android.com/apk/res/android”
android:id=”@+id/text”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
android:gravity=”center_vertical|center_horizontal”
android:text=”@string/hello_world”/>
ApiDemo 示例中的将Hello world 显示的屏幕中间。gravity 类似于其它平台上的alignment(对齐)。

4.视频讲解:

http://www.eyeandroid.com/thread-9756-1-1.html

5.这个Demo我们学会了:

1.也谈layout_gravity和gravity
http://www.eyeandroid.com/thread-8583-1-1.html
2.android:layout_gravity 和 android:gravity 的区别
http://www.eyeandroid.com/thread-8582-1-1.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics