Android - de-facto implementation of REST/JSON client?

后端 未结 2 371
星月不相逢
星月不相逢 2021-01-25 00:15

I\'m new to Android development and wondering if there\'s a de-facto solution for REST/JSON client implementation. It looks like most of Android developers write their own imple

相关标签:
2条回答
  • 2021-01-25 00:39

    For Android's HTTP Clients, you can check out this blog post http://android-developers.blogspot.com/2011/09/androids-http-clients.html

    Android has integrated org.json, but you can use other JSON parser, such as GSON or Jackson.

    0 讨论(0)
  • 2021-01-25 00:41

    After 4 hours of looking for the answers, I decided to use CRest - http://crest.codegist.org/index.html. Seems to be what I was looking for.

    Update

    After 1.5 years, I still think it's really good solution.

    0 讨论(0)
提交回复
热议问题