retrofit2源码及请求流程分析 1.创建Retrofit对象 val retrofit = Retrofit.Builder() .baseUrl(SimpleService.API_URL) .addConverterFactory(GsonConverterFactory.create(... Posted on: 2020-01-23 2020-05-31 Author: xfans Categories: Android Tags: retrofit Leave a comment: retrofit2源码及请求流程分析
okhttp3源码及请求流程分析 okhttp3请求流程图如下 ... Posted on: 2020-01-17 2020-05-31 Author: xfans Categories: Android Tags: okhttp Leave a comment: okhttp3源码及请求流程分析
Manjaro(Linux)下常用软件整理 说明 使用MANJARO做Android开发将近3年时间了,整理下自己用到的工具,做到了基本替代Windows. 软件名称 arduino Arduino开发工具,玩esp8266用到的 calibre 电子书转换工具,mobi转epub等 cod... Posted on: 2020-01-15 2020-05-25 Author: xfans Categories: Linux Leave a comment: Manjaro(Linux)下常用软件整理