Android应用程序,客户端-服务器通信

发布于 2025-01-07 00:18:13 字数 224 浏览 1 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

微凉徒眸意 2025-01-14 00:18:13

AFAIK,Rest+JSon 是最好的选择,而且操作简单,并且有很多参考资料可以提供帮助。

AFAIK, Rest+JSon is best option and simple to do and there are lot of references available for help.

星星的軌跡 2025-01-14 00:18:13

取决于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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文