Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bihe0832 committed Jan 3, 2017
1 parent 8ae4bd7 commit 9e5258b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Advanced和Basic的差异主要表现在

- Advanced所有的网络请求时单线程分发,但是多线程处理的;Basic的网络请求的处理和分发都是在同一个线程
- Advanced会在库里面完成网络请求结果的解析,最终网络请求结果会被处理为一个json数据,Basic层没有做任何处理,将网络请求的内容以String返回。

- **Advanced中还提供了一种基于HandleThread实现的多线程实例。**
## 代码介绍

代码介绍的篇幅主要介绍封装的库以及使用时候的调用方法,主要以Advanced为基础来介绍,例外这里不对源码做详细的介绍,只介绍几个主要类的使用方法,详细代码请自行参照源码。
Expand Down Expand Up @@ -126,4 +126,4 @@ Advanced和Basic的差异主要表现在





0 comments on commit 9e5258b

Please sign in to comment.