$anchorscroll service is used to jump to a specified element on the page $location service hash method appends hash fragments to the URL $anchorscroll ...
分类:
Web程序 时间:
2016-04-27 00:16:11
阅读次数:
462
一、Android学习API指南:【了解】
1. 应用的组成部分 App Components
1.1. 应用的基本原理 App Fundamentals
1.2. Activity Activities
1.2.1. 片段 Fragments
1.2.2. 加载器 Loaders
1.2.3. 任务和返回堆 Tasks and Back Sta...
分类:
移动开发 时间:
2016-04-22 20:45:46
阅读次数:
311
官网帮助文档链接: http://developer.android.com/guide/components/fragments.html 主要看两张图,和跑代码 一,Fragment的生命周 二,与Activity生命周期的对比 场景演示 : 切换到该Fragment 11-29 14:26:3 ...
分类:
其他好文 时间:
2016-04-04 19:32:18
阅读次数:
99
官网帮助文档链接: http://developer.android.com/guide/components/fragments.html 主要看两张图。和跑代码 一,Fragment的生命周 二,与Activity生命周期的对照 (1)、onAttach()//当一个Fragment对象关联到一 ...
分类:
其他好文 时间:
2016-04-03 10:14:38
阅读次数:
138
转载:https://greenrobot.me/devpost/android-parcelable-serializable/ 进行Android开发的时候,我们都知道不能将对象的引用传给Activities或者Fragments,我们需要将这些对象放到一个Intent或者Bundle里面,然后 ...
分类:
移动开发 时间:
2016-03-28 10:23:07
阅读次数:
315
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
分类:
其他好文 时间:
2016-02-29 12:08:05
阅读次数:
169
1 Fragment.findOneAndUpdate({_id:id}, {$set: datas}, {upsert:true, 'new':true}).populate('ads').exec(function(err, item) { 2 es.render('fragments/edit
分类:
其他好文 时间:
2016-02-26 12:06:14
阅读次数:
1797
分类:C#、Android、VS2015; 创建日期:2016-02-22 一、简介 该例子演示了如何使用两个fragment创建双区域布局的activity(纵向和横向)。在这个activity包含的两个fragment中,一个fragment用来显示笑话列表的标题,另一个fragment用来在列...
分类:
移动开发 时间:
2016-02-22 06:45:59
阅读次数:
328
分类:C#、Android、VS2015; 创建日期:2016-02-22 一、简介 想要管理activity中的fragment,可以用FragmentManager类来实现。通过在activity中调用GetFragmentManager()可获得该类的实例。 使用FragmentManager...
分类:
移动开发 时间:
2016-02-22 06:43:23
阅读次数:
262
官方文档中有详细的文字说明,不过最好还是实践下,熟悉过程。http://developer.android.com/guide/components/fragments.html 一、Activity的生命周期图: 二、Fragment生命周期图 三、对比图 Test code: import an
分类:
其他好文 时间:
2016-02-08 13:32:59
阅读次数:
296