我是android studio的新手,我已经知道android不支持Apache HttpClient了。那么我应该选择使用JSON实现Android Web服务的替代方案。哪个API适合目标大于16级API。
答案 0 :(得分:1)
改为使用 HttpURLConnection 。
或者某些图书馆:
改造:http://square.github.io/retrofit/
排球:https://developer.android.com/training/volley/index.html
OkHttp :http://square.github.io/okhttp/
阅读本文关于比较:Comparison of Android networking libraries: OkHTTP, Retrofit, and Volley