Android应用程序,客户端-服务器通信
HeyHo,
我有哪些机会为 Android 应用程序实现客户端-服务器架构。我只想将结果从数据库服务器传输到我的应用程序。我在互联网上进行研究并找到了不同的解决方案,但我不确定哪一种最适合并且是最简单的: - XML-RPC - RESTlet - REST + JSON
也许有一种更简单的方法可以做到这一点,但我还没有考虑过。
感谢您提前提供有用的答案
干杯 辛肯
HeyHo,
which opportunities do I have to implement a client-server architecture for an android application. I simply want to transmit results from my database server to my application. I was researching on the internet and found different solutions but I ain't sure which one fits the best and is the simplest one:
- XML-RPC
- RESTlet
- REST + JSON
Maybe there is even a more simple way to do this and I haven't considered it yet.
Thanks for your helpful answers in advance
Cheers
Ei.Schinken
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AFAIK,Rest+JSon 是最好的选择,而且操作简单,并且有很多参考资料可以提供帮助。
AFAIK, Rest+JSon is best option and simple to do and there are lot of references available for help.
取决于yout服务器架构,例如我们这里有一个带有PHPmyadmin的Mysql数据库,所以我使用带有PHP的Json,并且对我来说工作得很好。
Depends on yout server architecture, for example We have here a Mysql database with PHPmyadmin, so I'm using Json with PHP, and works fine for me.