Skip to content

Commit 1ea3dea

Browse files
committed
update demo
1 parent 1a7cd6c commit 1ea3dea

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

Diff for: network/SimpleNet/README.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
SimpleNet的设计与实现
2+
====================================
3+
> 本文为 [Android著名开源库的简版实现](https://github.com/simple-android-framework-exchange/simple-android-opensource-framework) 中的SimpleNet的设计与实现
4+
> 原始开源库: [Volley](https://github.com/mcxiaoke/android-volley)
5+
> 作者:[Mr.Simple](https://github.com/bboyfeiyu),开发状态:代码已完成,校对者:[Mr.Simple](https://github.com/bboyfeiyu),校对状态:未开始
6+
7+
8+
## 1. 功能介绍
9+
功能介绍,包括功能或优点等
10+
11+
12+
## 2. 总体设计
13+
整个库分为哪些模块及模块之间的调用关系。
14+
- 如大多数图片缓存会分为 Loader 和 Processer 等模块。
15+
- 可使用 [Google Drawing](https://docs.google.com/drawings)[Visio](http://products.office.com/en-us/visio/flowchart-software)[StarUML](http://staruml.io/) 等工具完成,其他工具推荐??
16+
- 非所有项目必须,不需要的请先在群里反馈。
17+
18+
19+
## 3. 流程图
20+
主要功能流程图
21+
22+
- 如 Retrofit、Volley 的请求处理流程,Android-Universal-Image-Loader 的图片处理流程图
23+
- 可使用 [Google Drawing](https://docs.google.com/drawings)[Visio](http://products.office.com/en-us/visio/flowchart-software)[StarUML](http://staruml.io/) 等工具完成,其他工具推荐??
24+
- 非所有项目必须,不需要的请先在群里反馈
25+
26+
27+
28+
29+
## 4. 详细设计
30+
### 4.1 核心类详细介绍
31+
32+
类及其主要函数功能介绍、核心功能流程图,流程图可使用 [Google Drawing](https://docs.google.com/drawings)[Visio](http://products.office.com/en-us/visio/flowchart-software)[StarUML](http://staruml.io/)
33+
34+
35+
### 4.2 类关系图
36+
类关系图,类的继承、组合关系图,可是用 [StarUML](http://staruml.io/) 工具。
37+
38+
39+
40+
41+
##5. 杂谈
42+
该项目存在的问题、可优化点及类似功能项目对比等,非所有项目必须。
43+
44+
45+
46+
47+
`写完相关内容之后到开发群告知管理员,管理员安排相关人员进行审核,审核通过之后即可。`
48+

0 commit comments

Comments
 (0)