
网络请求框架
堃堃5love
Android开发工程师
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
跟随郭霖学volley源码
有了前面的velley的使用和学习笔记,今天来学习volley源码我们就是从使用volley的三部曲来分析;1.获取RequestQueue的源码流程分析第一步;获取RequestQueue; `Volley.newRequestQueue(this);`我们在说过 获取RequestQueue的方法有两种:我们分别看看;Volley.class类中:第一个获取方法(我们学习使用的...原创 2019-02-25 02:18:01 · 248 阅读 · 0 评论 -
跟随郭霖学Volley
volley下载导入volleyjar学习地址: https://blog.csdn.net/guolin_blog/article/details/174820952013在Google I/O大会提出github地址: https://github.com/google/volley下载volley导入到as具体的操作是: project模式下 具体看图:之后的操作是打开l...原创 2019-02-21 01:18:16 · 326 阅读 · 0 评论 -
retrofit
学习的简书地址https://www.jianshu.com/p/0721a35e651d#开始 学习 retrofit首先是依赖api ‘com.google.code.gson:gson:2.8.2’ // 采用Gson解析api ‘com.squareup.retrofit2:retrofit:2.3.0’ // retrofit的关键库api ‘com.squareup.re...原创 2019-03-31 23:56:41 · 209 阅读 · 0 评论