Retrofit:Square提供的开源产品,为Android平台的应用提供一个类型安全的REST客户端
[html] view plain copy
https://github.com/square/retrofit
RxAndroid:响应式编程框架RxJava针对Android平台的扩展。 [html] view plain copy
https://github.com/ReactiveX/RxAndroid https://github.com/ReactiveX/RxJava
Dagger2:依赖注入(或叫ioc,用过Spring的都知道这东东)框架,用于解耦的。
[html] view plain copy
https://github.com/google/dagger/