AndroidHttpClient and DefaultHttpClient

前端 未结 3 2035
遥遥无期
遥遥无期 2021-01-31 19:16

Is there much difference between those two and which one is preferably to use?

3条回答
  •  误落风尘
    2021-01-31 20:04

    This interesting blog post from an android developer gives an overview of the different Android’s HTTP clients.

    According to this post, URLConnection should be preferred over DefaultHttpClient or AndroidHttpClient on Gingerbread and above.

提交回复
热议问题