Skip to content

Commit e07ac9a

Browse files
committed
update
2 parents 176ef18 + 5378050 commit e07ac9a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
如果你对面向对象不是很了解,那么在开始之前先学习一下[面向对象的六大原则](https://github.com/simple-android-framework-exchange/android_design_patterns_analysis/oop-principles/oop-principles.md)是非常有必要的。
77

88

9-
Android平台的开源库请参考Trinea的[android-open-project](https://github.com/Trinea/android-open-project),一些知名开源库的分析请参考Trinea的[android-open-project-analysis](https://github.com/android-cn/android-open-project-analysis)
9+
Android平台的知名开源库请参考Trinea的[android-open-project](https://github.com/Trinea/android-open-project),一些知名开源库的分析请参考Trinea的[android-open-project-analysis](https://github.com/android-cn/android-open-project-analysis)
1010

1111

1212
**<font color="red">QQ交流群: 413864859,希望大家踊跃参与进来。</font>**
@@ -43,12 +43,13 @@ Android平台的开源库请参考Trinea的[android-open-project](https://github
4343
**<font color="red">注意,在开发过程中不要修改不属于自己的文件,避免在协作时产生冲突。</font>**
4444

4545
## 任务表
46-
### 一期任务 ( 截止时间 2015.4.5 )
46+
### 一期任务 ( 截止时间 2015.4.10 )
4747
| 原开源库名称 | 简版开源库名称 | 作者 | 分类 | 预计完成时间 | 进行状态 |
4848
| ------------- | ------------- |:-------------:| ------------- | ------------- | ------------- |
49-
| [Volley](https://github.com/mcxiaoke/android-volley) | [SimpleNet](https://github.com/bboyfeiyu/simple_net_framework) | [Mr.Simple](https://github.com/bboyfeiyu) | 网络请求 | 2015.3.5 | 未完成 |
50-
| [ImageLoader](https://github.com/nostra13/Android-Universal-Image-Loader) | [SimpleImageLoader](https://github.com/bboyfeiyu/simple_imageloader) | [Mr.Simple](https://github.com/bboyfeiyu) | 图片加载 | 2015.3.15 | 未完成 |
51-
| [AndroidEventBus](https://github.com/bboyfeiyu/AndroidEventBus) | [AndroidEventBus](https://github.com/bboyfeiyu/AndroidEventBus) | [Mr.Simple](https://github.com/bboyfeiyu) | 其他 | 2015.3.25 | 未完成 |
49+
| [Volley](https://github.com/mcxiaoke/android-volley) | [SimpleNet](https://github.com/bboyfeiyu/simple_net_framework) | [Mr.Simple](https://github.com/bboyfeiyu) | 网络请求 | 2015.3.5 | 文档未完成 |
50+
| [ImageLoader](https://github.com/nostra13/Android-Universal-Image-Loader) | [SimpleImageLoader](https://github.com/bboyfeiyu/simple_imageloader) | [Mr.Simple](https://github.com/bboyfeiyu) | 图片加载 | 2015.3.15 | 代码完成 |
51+
| [AndroidEventBus](https://github.com/bboyfeiyu/AndroidEventBus) | [AndroidEventBus](https://github.com/bboyfeiyu/AndroidEventBus) | [Mr.Simple](https://github.com/bboyfeiyu) | 其他 | 2015.3.25 | 代码完成 |
52+
| [okhttp](https://github.com/square/okhttp) | 这里填写简版库的链接 | [CodeLife](https://github.com/xiaojianchen) | 网络请求 | 2015.4.10 | |
5253

5354

5455

network/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 任务表
2-
| 简版框架名称 | 作者 | 预计完成时间 |
2+
| 简版框架名称 | 作者 | 预计完成时间 |
33
| ------------- |:-------------:| ------------- |
4-
| 这里指向你的框架文件夹 | [用户名](git地址) | 完成时间 |
4+
| [okhttp](https://github.com/square/okhttp) | [CodeLife](https://github.com/xiaojianchen) | 4.10 |
5+
56

67

78

0 commit comments

Comments
 (0)