移动应用开发的困惑

发布于 2024-12-29 16:58:30 字数 369 浏览 2 评论 0原文

在阅读了大量的教程和意见之后,我比以往任何时候都更加困惑,什么是构建跨平台客户端-服务器应用程序的可靠工具组合,其中大部分 CPU 工作都是在服务器上完成的。客户端只需要定期从服务器推送/拉取数据,并显示带有一些移动标记的谷歌地图。逻辑很简单,但我无法真正找出做我想做的事情的最佳方法,特别是因为我只是一个业余爱好者。

因此,我决定使用 PhoneGap 设置 Eclipse,但在寻找有关 AppLaud 和 AppLaudCloud 的合适示例时。然后是 Sencha Touch。然后是 Mono(我熟悉 .NET)。还有 Appcelerator...我迷路了!!!

谁能告诉我从哪里开始?或者更好的是,哪种解决方案最容易设置和使用,同时保持灵活性?

非常感谢 克里斯

After reading tons of tutorials and opinions, I'm more confused than ever on what could be a solid combination of tools to build a cross-platform client-server app, where the bulk of the cpu work is done on the server. The client just needs to push/pull data from the server on a regular interval, and display among other things a Google map with some moving markers. The logic is quite simple, but I can't really figure out the best way to do what I want, especially since I'm just an amateur.

So I've decided to set up Eclipse with PhoneGap, but looking for decent samples I found about AppLaud and AppLaudCloud. And then Sencha Touch. And then Mono (I'm familiar with .NET). And Appcelerator... I'm lost!!!

Could anyone please tell me where to start? Or better, which solution is the easiest to set up and work with while retaining flexibility?

Many thanks
Chris

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

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

发布评论

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

评论(1

千纸鹤 2025-01-05 16:58:30

不管怎样,我用以下方法成功构建了几个 Web 应用程序:Dreamweaver CS5.5 + JQuery Mobile + PhoneGap。

该解决方案使我能够轻松设计应用程序的 UI,同时轻松编写 PHP 服务器代码。在我看来,它对于初学者来说是最简单的工具,因为 Dreamweaver 环境几乎可以处理所有事情。看了一些关于 DW 的免费教程后,我很快就上手了。

For whatever is worth, here is what I used to build a couple of webapps successfully: Dreamweaver CS5.5 + JQuery Mobile + PhoneGap.

This solution allowed me to easily design the app's UI and at the same time write the PHP server code effortlessly. In my opinion, it's the easiest tool for a beginner as the Dreamweaver environment takes care of pretty much everything. After watching a few free tutorials about DW, I was up and running very quickly.

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