- httpclient 和 HttpUrlConnection比较
- 结论:2.2以后用HttpUrlConnection,主要是性能好
- 分析1:http://android-developers.blogspot.com/2011/09/androids-http-clients.html
- 分析2:http://www.trinea.cn/android/android-http-api-compare/
- 缺点:API使用不灵活,建议使用第三方类库
- 三方类库
- Volley
- Retrofit
- okhttp
- http://blog.csdn.net/xiahao86/article/details/44753513
- http://blog.csdn.net/lmj623565791/article/details/47911083
网友评论