智能手机和网站的应用程序开发?
我一直在研究移动开发框架,包括 Rhodes、Titanium 和 PhoneGap。由于我们正在开发的应用程序的很大一部分也将集成在网络上(游戏),因此我们希望重复使用代码,以免重新发明轮子。有没有最好的方法来实现这一目标?是否有一个框架可以让您不仅仅针对智能手机设备进行开发?我以为我记得见过一个,但我怎么也想不起来那是什么。
谢谢, - 马特
I've been looking at mobile development frameworks including Rhodes, Titanium, and PhoneGap. As a large part of the application we're developing will also be integrated on the web (a game), we'd love to re-use code so as to not reinvent the wheel. Is there a best way to accomplish this? Is there a framework out there with which you can develop for more than just smartphone devices? I thought I remembered seeing one, but can't for the live of me remember what it was.
Thanks,
- Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
看起来 Titanium 相当跨平台,并且超出了手机开发范围:
http://www.appcelerator.com/products/titanium-cross-platform-application-development/
Looks like Titanium is fairly cross-platform and extends beyond mobile phone development:
http://www.appcelerator.com/products/titanium-cross-platform-application-development/
据我所知,Titanium(移动)目前支持使用 Javascript 语言的 iOS(iPhone / iPad)、Android 和 Blackberry 平台。对于 Titanium Desktop 版本,您可以使用 Javascript / Ruby 和 Python 语言为 Window /Mac / Linux 操作系统编写应用程序。
我的公司正在使用 Titanium Mobile 开发 Android / iPhone 应用程序,我对 Titanium 感到很高兴。编写应用程序是如此简单。
As I know, Titanium (Mobile) is currently supported for iOS (iPhone / iPad), Android and Blackberry platform using Javascript langauge. For Titanium Desktop version, you can write your apps for Window /Mac / Linux OS using Javascript / Ruby and Python language.
My company is using Titanium Mobile to develop app for Android / iPhone and I feel happy about Titanium. It's so easy to write app.
Rhodes 将为 Win32 以及所有智能手机执行构建。有一些 Rhodes 开发人员在 Rhodes 与 Ruby 和 Rails 之间共享代码来交付网站。然而,我们希望,如果您想要将移动网站定位到某个设备,那么您可以使用 Rhodes 构建一个原生应用程序,而不是移动网站。
Rhodes will perform builds for Win32 as well as all smartphones. There are some Rhodes developers who share code between Rhodes and Ruby and Rails to deliver a website as well. We would hope however that if there is a device that you wanted to target with the mobile website that you would build a NATIVE app with Rhodes versus a mobile website.