public void onSuccess(List response) {
showToast(“请求成功,妹子个数为” + response.size());
}
});
没错,就是这么简洁的一个链式调用,可以显示加载动画,还加入了Retrofit生命周期的管理。
开始之前需要先在module项目里的Gradle文件中添加用到的依赖库
compile “io.reactivex.rxjava2:rxjava: r o o t P r o j e c t . e x t . r x j a v a 2 V e r s i o n " c o m p i l e " c o m . s q u a r e u p . r e t r o f i t 2 : r e t r o f i t : rootProject.ext.rxjava2Version" compile "com.squareup.retrofit2:retrofit: rootProject.ext.rxjava2Version"compile"com.squareup.retrofit2:retrofit:rootProject.ext.retrofit2Version”
compile “com.squareup.retrofit2:converter-scalars: r o o t P r o j e c t . e x t . r e t r o f i t 2 V e r s i o n " c o m p i l e " c o m . s q u a r e u p . r e t r o f i t 2 : c o n v e r t e r − g s o n : rootProject.ext.retrofit2Version" compile "com.squareup.retrofit2:converter-gson: rootProject.ext.retrofit2Version"compile"com.squareu