Creating Web Service for Android Application

后端 未结 2 2029
隐瞒了意图╮
隐瞒了意图╮ 2020-12-24 08:55

I\'ve been reading some info about Web Services for Android using SOAP or REST but I\'ve never created a web service so I have many qu

2条回答
  •  隐瞒了意图╮
    2020-12-24 09:37

    Your final choice of how, exactly, to architect your app, is going to be based on all sorts of things that you haven't included in your questions: your experience, the experience of the other developers in the project, so on and so on.

    I will say this, however. REST is deep in the heart of Android. If you decide to go with REST and, possibly, JSON instead of XML (there is, almost certainly, no reason to use byte arrays), you will find that Android's architecture supports you. SOAP and such and you are on your own.

提交回复
热议问题