Android API 23 Removed packages

前端 未结 4 957
独厮守ぢ
独厮守ぢ 2021-01-06 09:24

What is the best replacement for org.apache.http ?

since they say this in Android API Differences Report .

Removed Packages in API 23

org.apa         


        
4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-06 10:04

    You are right DefaultHttpClient and AndroidHttpClient both network class are deprecated.

    Now, only HttpUrlConnection is a class will get used as replacement of them. Some of the usage on Android developer site.

    "Happy Coding...!!!"

提交回复
热议问题