Apache HTTP Client Removal from API23, will that have an effect on Volley?

后端 未结 6 560
盖世英雄少女心
盖世英雄少女心 2020-12-08 03:07

As we have known that Apache HTTP Client removed in API 23

Apache HTTP Client Removal

However, Volley library curr

6条回答
  •  感情败类
    2020-12-08 03:30

    It's one huge hysteria about Apache's HTTP client. You can continue using it in any project you want without any consequences. Why waste time porting code to other libraries? I described the best way to continue using Apache's libraries here: https://stackoverflow.com/a/37623038/1727132 (spoiler: don't use legacy version!)

提交回复
热议问题