Skip to content

RootCluster/rc-android-network

Repository files navigation

rc_cluster_network

这个库主要是学习Android网络相关技术OkHttpRetrofitRxJava个人总结

  • Okhttp:An HTTP & HTTP/2 client for Android and Java applications
  • Retrofit:A type-safe HTTP client for Android and Java
  • RxJava:RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
rc_cluster_network
    ├── original           # 原始写法
    │   ├── okhttp
    │   ├── retrofit
    │   └── rxjava
    ├── advance            # 进阶写法
    ├── README.md
    └── LICENSE

original:主要是各项目原始写法,基础功能实践 advance:okhttp、retrofit、rxjava配合使用,功能封装,链式调用

Environment

  • OkHttp:3.10.0
  • Retrofit:2.4.0
  • RxAndroid:2.0.2
  • RxJava:2.1.14

TODO

  • RxJava
  • Retrofit
  • OkHttp
  • Summary

License

Copyright (c) 2018 Jerry xu.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Releases

No releases published

Packages

No packages published

Languages