PhoneGap或其他类似系统是否已准备好“真正”使用?应用程序?
我正在寻找用于移动开发的跨平台层。
http://www.phonegap.com/ 对我来说看起来最有前途:不需要多个开发环境。
但: 它准备好用于真正的应用程序了吗?稳定的?
它真的是跨平台的(对于实现的 API),还是您需要编写依赖于平台的代码,就像过去的 Java ME 时代一样?
您会建议哪些替代方案?
I'm looking for cross-platform layer for mobile developement.
http://www.phonegap.com/ looks most promising for me: No need for multiple development environments.
But:
Is it ready for real apps? Stable?
Is it really cross platform (for implemented APIS), or you need to write platform-dependent code anyway, like in old Java ME days?
Which alternatives would you suggest?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我研究这个问题时,我认为 Titanium 看起来最好。
除非您打算编写游戏,在这种情况下我会考虑 Unity。
请记住,跨平台开发确实会降低您的应用程序的性能,因为设备和平台差异很大。像这样的跨平台开发工具实际上只适用于简单的应用程序或具有非标准接口的应用程序(苹果将此类应用程序称为“沉浸式应用程序”)。
When I looked into this I thought Titanium looked the best.
Unless you're planning on writing games in which case I'd look at Unity.
Please bear in mind that cross-platfom development really dumbs your app down as devices and platforms differ so much. Cross-platform development tools like this are really only for simple apps or for apps with non-standard interfaces (Apple calls these type of apps "immersive apps").