用户自定义的拦截器应用拦截器 在所有拦截器的前面网络拦截器 在 RetryAndFollowUpInterceptor、BridgeInterc...
1、OkHttpClient 的创建 通过 Builder 模式设置OkHttpClient 的参数,比如超时、dns等,可以设置 dns 解决...
项目地址[https://gitee.com/trainAndroid/room] 1、数据依赖 2、主要组件 数据库类[https://dev...
moshi[https://github.com/square/moshi] 的使用方法简介,项目地址[https://gitee.com/tr...
1、一阶贝塞尔曲线 一阶贝塞尔曲线的原理就是一条直线,其实就是直接画了一个Path出来,在这里不做过多的介绍,本文主要介绍的是二阶的贝塞尔曲线。...
Table of Contents generated with DocToc[https://github.com/thlorenz/doc...
Table of Contents generated with DocToc[https://github.com/thlorenz/doc...
1、介绍 通过实现一个猜词游戏介绍 ViewModel 和 LiveData参考ViewModel[https://developer.andr...
一.网络请求 1、网络请求配置 获取 github 贡献者的列表 2、线程 execute 阻塞 3、异步 enqueue 回调 4、协成加载 ...