Android网路通信框架
网路通信框架
- xutils:3.5.0 网络请求框架
Github https://github.com/wyouflf/xUtils
JCenter下载:http://jcenter.bintray.com/org/xutils/xutils/
Maven下载1:http://central.maven.org/maven2/org/xutils/xutils/
Maven下载2:http://repo1.maven.org/maven2/org/xutils/xutils/
implementation 'org.xutils:xutils:3.5.0'
- retrofit2 网络请求框架
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
- rxNetWork
https://github.com/7449/RxNetWork
implementation 'com.ydevelop:rxNetWork:0.1.3'
- rxNetWork等依赖其他库
https://github.com/7449/RxNetWork
https://github.com/Laimiux/rxnetwork-android
https://github.com/hahawaa1/RxNetWork
- httpclient
compile 'org.apache.httpcomponents:httpclient:4.5.5'
- okhttp3 网络请求框架
compile 'com.squareup.okhttp3:okhttp:3.9.0'
compile 'com.squareup.okio:okio:1.13.0'implementation 'com.squareup.okhttp3:okhttp:3.9.0'
implementation 'com.squareup.okio:okio:1.13.0'
推荐阅读
- Docker应用:容器间通信与Mariadb数据库主从复制
- android第三方框架(五)ButterKnife
- Android中的AES加密-下
- 带有Hilt的Android上的依赖注入
- android|android studio中ndk的使用
- Android事件传递源码分析
- RxJava|RxJava 在Android项目中的使用(一)
- Android7.0|Android7.0 第三方应用无法访问私有库
- 深入理解|深入理解 Android 9.0 Crash 机制(二)
- android防止连续点击的简单实现(kotlin)