http://blog.csdn.net/leelit/article/details/38776931
之前写的第一篇Fragment实例,和大多数人一开始学的一样,都是通过FragmentTransaction的replace方法来实现,replace方法相当于先移除remove()原来所有已存在的fragments,然后添加add()当前这个fragment。这就导致了一个问题,我们切换一...
分类:
移动开发 时间:
2014-11-20 13:48:34
阅读次数:
256
DefinitionA Fragment represents a behavior or a potion of user interface in an Activity.You can combile multiple fragments in a single activity to bui...
分类:
移动开发 时间:
2014-11-18 23:33:35
阅读次数:
373
Fragments的生命周期 每一个fragments 都有自己的一套生命周期回调方法和处理自己的用户输入事件。 对应生命周期可参考下图:创建片元(Creating a Fragment)To create a fragment, you must create a subclass of Fra....
分类:
移动开发 时间:
2014-11-12 13:34:21
阅读次数:
242
Fragments 设计理念 在设计应用时特别是Android 应用 ,有众多的分辨率要去适应,而fragments 可以让你在屏幕不同的屏幕上动态管理UI。例如:通讯应用程序(QQ),用户列表可以在左边,消息窗口在右边的设计。而在手机屏幕用户列表填充屏幕当点击某一用户时,则弹出对话窗口的设计,.....
分类:
其他好文 时间:
2014-10-29 18:27:54
阅读次数:
281
插件源代码下载 (导入插件在workspace中,右键export->Plug-in Development->Deployable plug-ins and fragments,然后生成插件binar文件)
二进制包下载 (因为blogjava不许上传jar文件,请下载后将zip后缀改为jar后缀然后拷贝到eclipse/plugins目录)
一般在使用Eclipse过程中会有两...
分类:
系统相关 时间:
2014-10-24 10:59:49
阅读次数:
230
混合(blending)
“Transparency”部分描述了怎样用alpha混合去渲染半透明的物体。
丢弃透明片段(Discarding Transparent Fragments)
让我们开始说明丢弃片段的”cutaways”部分。按照这些步骤描述的在”Texture Spheres”部分,并把图像分配给材质球的左边根据以下shader :...
分类:
编程语言 时间:
2014-10-24 09:18:31
阅读次数:
421
1. Fragments A Fragment represents a behavior or a portion of user interface in an Activity. You can combine multiple fragments in a single activity.....
分类:
移动开发 时间:
2014-10-23 22:20:50
阅读次数:
458
代码规范总结:
1 项目的命名空间: 包名
com.qianfeng.项目名.功能
功能: activitys fragments adapters bean 等;
2 项目 类名:
容器 + 分类 + 具体的功能;
例如:
Activity + Shop + List
Fragment + S...
分类:
其他好文 时间:
2014-10-17 12:07:07
阅读次数:
112
1. 下载 nginx-1.5.10 for windows 2. 修改配置文件nginx-1.5.10\conf\nginx.conf,增加以下行到最后一个"}"的前一行: location /hls { # Serve HLS fragments types { application/vnd....
XML fragments parsed from previous mappers already contains value for
像这种原因导致的错误,是xml文件映射的方法名重复的问题,
我在网上查的资料,也有人说是参数类型和返回值类型的错误,
我这里的问题是方法名重复问题,请仔细检查...
分类:
移动开发 时间:
2014-09-28 14:37:22
阅读次数:
255