retrofit
昊帅
这个作者很懒,什么都没留下…
展开
-
Rxjava+Retrofit的简单使用
目录目录 添加依赖 基本使用添加依赖compile 'com.squareup.retrofit2:retrofit:2.3.0' compile 'com.squareup.retrofit2:converter-gson:2.3.0' compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0' compile 'com.squareup.okht原创 2017-10-20 15:39:07 · 375 阅读 · 0 评论 -
Mvp+Retrofit+Rxjava+RxLifecycle的封装和使用
添加依赖 准备base类在BaseActivity中继承RxAppCompatActivity 在BasePresenter中写拿到LifecycleProvider的方法方便后边的RetrofitService设置手动关闭订阅 使用mvp需要新建抽象类BaseView 准备接口地址类和请求参数接口类新建接口地址类Constant 新建请求参数接口类RetrofitService 准备Retrofi原创 2017-10-20 16:30:09 · 5124 阅读 · 0 评论