Adobe Flash Builder 4.5 是否足以支持跨平台应用程序
我计划开发一个基于 Outlook 的跨平台应用程序(iPhone、blackberry playbook 和 andriod)。我最近听说 adobe flash builder 4.5.1 更新可以使用 Flex 框架和动作脚本支持这些平台。我想知道这个工具在开发跨平台应用程序时隐藏的优点和缺点。
几个查询: 是否兼容iOS5? 它是否能够跨平台提供精确的原生外观? 它对于基于触摸的事件是否快速且响应灵敏? 我们可以将任何第三方 SDK 包含到 Flash 构建器项目中,例如 3D openGL 和外部库吗? 它是否支持所有平台的所有 UI 控件?
除了上述查询之外,任何挑战或隐藏的缺点都将受到高度赞赏...
提前致谢...
I am planning to develop a outlook based app for cross platforms(iPhone,blackberry playbook and andriod).I recently heard about the adobe flash builder 4.5.1 update to support these platforms using flex framework and action script. I would like to know the hidden pros and cons of this tool in developing cross platform apps.
Few Queries:
Is it compatible with iOS5?
Is it giving exact native look across platforms?
Is it fast and responsive for touch based events?
Can we include any third party sdk's into flash builder project like 3D openGL and external libraries?
Does it have all UI Controls support for all platforms?
Any challenge or hidden disadvantages apart from the above queries are highly appreciated...
Thanks in advance...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的公司正在 Flex 中开发跨平台业务应用程序,发现其性能足以满足我们的目的。我想电子邮件应用程序会是相同的,但如果您尝试进行流媒体或语音质量,我怀疑您可能想要写入硬件层。
Flex 在支持本机外观和感觉方面做得非常好,但您需要预先考虑/设计和构建您的应用程序(即应用程序设计中的手势是否与这些环境的感觉相匹配)。如果你不为此进行设计,它就不会发生。
总的来说,拥有一个代码库将为您带来巨大的好处。但是,如果您以前没有编写过跨平台应用程序(linux/Windows/Unix/Mac 等),您可能会在思维过程和设计过程中发现更多的学习曲线。
My company is developing cross-platform business apps in Flex and found that the performance is good enough for our purposes. I would imagine an email app would be the same, but if you are trying to do streaming or voice quality, I suspect you might want to write to the hardware layer.
Flex does a pretty good job at supporting native look and feel, but you need to think about/design and structure your app up front (ie. does the gestures in your app design match the feel of those environments). If you don't design for it, it won't happen.
By and large having one code base will reap you large benefits. But if you've not written cross platform applications before (linux/Windows/Unix/Mac, etc), you might find more of a learning curve in your thought process and design process.