diff --git a/http/volley-source.md b/http/volley-source.md index ea1a5bb..b8da6c1 100644 --- a/http/volley-source.md +++ b/http/volley-source.md @@ -1,7 +1,7 @@ # Volley源码剖析 ## 网络数据请求详解 - + 1.从RequestQueue入手,new、start、add都做了些什么? 2.看看StringRequest是怎么实现的? 3.参考StringRequest定制自己的请求类 @@ -12,4 +12,4 @@ 1.ImageRequest的实现方式解析 2.ImageLoader的操作流程 3.进阶定制,增加缓存到内存的方式,提高加载效率 -4.NetworkImageView解析 \ No newline at end of file +4.NetworkImageView解析