随笔分类 -  Fragment

Fragment的相关翻译,分析及实战汇总
摘要:Communicating with Other Fragments In order to reuse the Fragment UI components, you should build each as a completely self-contained, modular compone 阅读全文
posted @ 2016-03-02 17:44 404map 阅读(567) 评论(0) 推荐(0)
摘要:Building a Flexible UI When designing your application to support a wide range of screen sizes, you can reuse your fragments in different layout confi 阅读全文
posted @ 2016-03-01 18:39 404map 阅读(236) 评论(0) 推荐(0)
摘要:Creating a Fragment You can think of a fragment as a modular section of an activity, which has its own lifecycle, receives its own input events, and w 阅读全文
posted @ 2016-02-29 17:04 404map 阅读(287) 评论(0) 推荐(0)
摘要:本系列文章翻译基于使用Fragment建立动态UI ,其文章已经翻译的很好了,个人只是感觉有些地方翻译的比较生硬和不符合汉语阅读习惯,所以部分照搬过来,如果原作者感觉侵权,可删。 Building a Dynamic UI with Fragments To create a dynamic and 阅读全文
posted @ 2016-02-29 10:53 404map 阅读(175) 评论(0) 推荐(0)