- 博客(7)
- 收藏
- 关注
原创 Android基础查漏补缺之Fragment(2)
上一篇文章讲了Fragment的一些基本用法和生命周期,这一篇简单过一下Fragment的通信,包括Activity向Fragment传参,Fragment和Activity之间相互通信,以及Fragment之间的相互通信。 用这么一个示例来展示全部五部分的内容。App启动后先是只有左边三分之一的布局(这是直接定义在Activity的布局文件中的),点击“加在Fragment并向其传参”按钮,会
2016-06-20 19:53:15 262
原创 Android基础查漏补缺之Fragment(1)
这两天看了些关于Fragment的知识点,不过内容比较多,可能要分成几篇写。要说我之前对Fragment的认识只停留在“听过”上,显然那时学的是够糙的=.= 一、什么是Fragment 当年只听说这货是Android3.0为平板开发准备的,但其实它现在用的挺广。按指南上说的,“可重复使用的、模块化的Activity组件”显然更合理嘛!定义这种东西,接着引用指南的说法,一个Activity中
2016-06-09 16:47:54 293
原创 Android基础查缺补漏之Intent&Activity
第一次接触Android是在我大三那会,大概是Gingerbread和Ice Cream Sandwich还很流行的时候。放现在看,不仅很多Jelly Bean及以后的新技术都没接触过,好些早就有的东西当时学的也不扎实,所以现在回过头来再补补。首先补上的是关于Intent和Activity的一些东西,这恐怕也是学习Android最一开始学的内容了。
2016-06-06 21:51:02 268
原创 设计模式之装饰(Decorator)模式
别名 包装(Wrapper)模式 定义 Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending functionality. 在对象上动态地附加责任,装饰者为子类扩展功能提供了
2016-04-13 12:59:25 301
原创 设计模式之观察者(Observer)模式
别名 发布-订阅(Publish-Subscribe)模式、从属者(Dependents)模式 定义 Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatical
2016-04-13 12:48:36 212
原创 设计模式之策略(Strategy)模式
别名 政策(Policy) 模式 定义 Define a family of algorithms, encapsulate each one, and make them interchangeable. Strategy lets the algorithm vary independently from clients that use it. 定义一个算法族,将每一个算
2016-04-11 21:15:33 288
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人