开源库总结和第三方SDK

来源:互联网 发布:初中网络辅导班 编辑:程序博客网 时间:2024/05/20 11:46

一、开源库
1.网络

OKhttp 添加依赖 compile ‘com.squareup.okhttp3:okhttp:3.4.1’

Volley 添加依赖 compile ‘eu.the4thfloor.volley:com.android.volley:2015.05.28’

Nohttp 添加依赖 compile ‘com.yolanda.nohttp:nohttp:1.0.4’
介绍Nohttp的 博客:http://blog.csdn.net/yanzhenjie1003/article/details/47294705
有好多可以直接以可视化的方式搜

0 0