保留同一应用程序的 Android 和 iPhone 版本的最佳策略是什么

发布于 2024-11-19 20:49:38 字数 179 浏览 3 评论 0原文

我必须为 android 和 iphone 构建相同的应用程序。 我尝试了 rhodes,这很棒,但是缺少一些本机 ui 功能...

我想知道,是否有策略、sdk、框架或用于构建 android 和 iphone 的本机应用程序的东西,以某种方式减少返工? 或者其他框架的任何建议,比如 rhodes...

谢谢

I'm must build the same application for android and iphone.
I tryed rhodes, that is great, but some native ui features are missing...

I would like to know, is there a strategy, sdk, framework, or something for building native applications for android and iphone that somehow reduce the rework?
Or any suggestion of other framework, like rhodes...

Thanks

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

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

发布评论

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

评论(5

甩你一脸翔 2024-11-26 20:49:39

Phone Gap 就是您的最佳选择。您应该看看这个 http://www.phonegap.com/about

Phone Gap is the place for you. You should have a look at this http://www.phonegap.com/about

南巷近海 2024-11-26 20:49:39

文档,文档,文档!
制定一份写得很好的 PDR 并坚持下去。
还有另一种方法是使用同时生成两者的工具,例如: phonegapcorona SDK

Documentation, Documentation, Documentation!
Have a well written PDR and stick to it.
there is another approach which is to use a tool that generates both simultaneously like: phonegap or corona SDK.

贪恋 2024-11-26 20:49:39

设计时考虑到一定程度的分辨率独立性。尝试尽可能多地使用 HTML 而不是本机控件进行适当的编码。并包装常见的 API 调用,这样您就可以更改 1 个方法,而不是到处进行 100 个不同的调用。

Design for some level of resolution independence. Try to code as much as you appropriately can in HTML rather than native controls. And wrap common API calls so you have 1 method to change rather than 100 different calls all over the place.

小矜持 2024-11-26 20:49:39

您可以考虑使用 monotouchmonodroid

您可能还想了解在 Monodroid 应用中重用 Monotouch 代码

You could consider using monotouch and monodroid.

You may also want to see Reusing Monotouch code in Monodroid app

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