
android training
主的器皿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
(1)Getting started
hierarchy of View and ViewGroup : View objects are usually UI widgets such as buttons or text fields andViewGroup objects are invisible view containers that define how the child views are la原创 2013-02-28 10:13:57 · 579 阅读 · 0 评论 -
(2)Managing the Activity Lifecycle
Starting an Activity A simplified illustration of the Activity lifecycle, expressed as a step pyramid. This shows how, for every callback used to take the activity a step toward the Resumed st原创 2013-02-28 10:50:17 · 742 阅读 · 0 评论 -
(3)Supporting different device
Supporting Different LanguagesTo add support for more languages, create additional values directories inside res/ that include a hyphen and the ISO country code at the end of the directory name.原创 2013-02-28 11:37:06 · 692 阅读 · 0 评论 -
Building a dynamic UI with fragments
To create a dynamic and multi-pane user interface on Android, you need to encapsulate UI components and activity behaviors into modules ,You can create these modules with the Fragment class, which原创 2013-02-28 14:57:22 · 1092 阅读 · 0 评论