本文介绍了同时编写iPhone、黑莓和Android手机的技术?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有编写可在 iPhone、BlackBerry 和 Android 上运行的应用的策略或至少是最佳实践?
Is there a strategy or at least best practice to write an app that runs on iPhone, BlackBerry and Android?
我对 BB 和 Android 的开发环境一无所知,但我认为它们都支持 Java 应用程序.
I'm ignorant about the development environments for BB and Android, but I assume they both support Java apps.
我知道 iPhone 需要 ObjectiveC 部分(以及全新的 UI).
I know that the iPhone would require an ObjectiveC portion (as well as a whole new UI).
有人这样做过吗?
推荐答案
您可能想查看 http://phonegap.com/
这篇关于同时编写iPhone、黑莓和Android手机的技术?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!