拥有移动应用程序存储/检索/更新数据的最佳解决方案是什么

发布于 2024-11-14 20:16:08 字数 168 浏览 4 评论 0原文

我正在开发一个基于 codeigniter 的基于 Web 的应用程序,它还将有一个移动应用程序(黑莓、iPhone、Android 等)。 Web 应用程序将连接到 (mysql) 数据库来存储/检索/更新数据。我想知道移动应用程序存储/检索/更新数据的最佳解决方案是什么。

综合考虑性能、灵活性、安全性

I'm developing a web based application built on codeigniter which will also have a mobile application(blackberry, iphone, android etc.). The web application will be connecting to a (mysql) database to store/retrieve/update data. I would like to know what would be the best solution for having a mobile application store/retrieve/update data.

Taking into consideration performance, flexibility, Security

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

星星的轨迹 2024-11-21 20:16:08

看看您的设备与浏览器没有什么不同。双方都是客户。所有设备(至少 Android 和 iOS)都为您提供了发出 xhr 请求的方法,就像您的浏览器一样。因此,您的服务器上需要一个 API,您的设备将使用该 API 来获取数据。请注意,如果您的应用程序还没有 API,您将需要开发一个。

Look at your device no different than if it was a browser. The are both clients. All devices (well at least Android and iOS) provide you with ways to make xhr requests, just like your browser does. So you need an API on your server that your device will use to get the data. Note that if your application does not already have an API, you will need to develop one.

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