-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f04adf
commit 4e50138
Showing
2 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
Android设计模式源码解析之命令模式 | ||
==================================== | ||
> 本文为 [Android 设计模式源码解析](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis) 中 命令模式 分析 | ||
> Android系统版本: 2.3 | ||
> 分析者:[lijunhuayc](https://github.com/lijunhuayc),分析状态:未完成,校对者:[Mr.Simple](https://github.com/bboyfeiyu),校对状态:未开始 | ||
## 1. 模式介绍 | ||
|
||
### 模式的定义 | ||
`模式的一句话定义` | ||
|
||
|
||
### 模式的使用场景 | ||
|
||
|
||
|
||
## 2. UML类图 | ||
`这里是该设计模式的经典UML图` | ||
|
||
### 角色介绍 | ||
`对UML图中的各个角色进行介绍` | ||
|
||
|
||
|
||
|
||
## 3. 模式的简单实现 | ||
### 简单实现的介绍 | ||
`自己实现一个小型模式案例,通过这个案例让读者了解这个模式的一般应用` | ||
|
||
### 实现源码 | ||
`上述案例的源码实现` | ||
|
||
|
||
### 总结 | ||
`对上述的简单示例进行总结说明` | ||
|
||
|
||
|
||
|
||
## Android源码中的模式实现 | ||
`分析源码中的模式实现,列出相关源码,以及使用该模式原因等` | ||
|
||
|
||
|
||
|
||
## 4. 杂谈 | ||
该模式的优缺点以及自己的一些感悟,非所有项目必须。 | ||
|
||
|
||
|
||
`写完相关内容之后到开发群告知管理员,管理员安排相关人员进行审核,审核通过之后即可。` | ||
|