开发者

What are the best cross-platform application development tools? [closed]

开发者 https://www.devze.com 2023-04-08 15:54 出处:网络
Closed. This question is opinion-based. It 开发者_StackOverflowis not currently accepting answers.
Closed. This question is opinion-based. It 开发者_StackOverflowis not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 8 years ago.

Improve this question

I have an application I built in Flash that runs with no problems on Windows and OSX. I'd like to extend it to mobile platforms and I want to be able to call programs written in the native language of each platform.

I understand that Flex can be used on mobile platforms and that it can call native code, but I'm a little confused by what I've read about Flex. Can I use the Adobe Flash development environment to build Flex applications? Will our users need the Adobe Air runtime to run the programs? And what the heck does Air add to the capabilities? We need strong audio and video capabilities, a built-in database is not a requirement.

Many thanks for your comments on this topic.


I understand that Flex can be used on mobile platforms and that it can call native code,

This is almost true. If you use Flex to build an application that targets Adobe AIR 3; then you can make use of Native Extensions which allow you to execute native code not the device. AIR 3 has a public release candidate and I expect we'll hear a lot more about this at Adobe Max next week.

Can I use the Adobe Flash development environment to build Flex applications?

You can use Adobe Flash Builder to build Flex applications. It is possibly, although difficult and uncommon, to use Adobe Flash Professional to build Flex Application. They are two very different tools designed for a very different audience.

Will our users need the Adobe Air runtime to run the programs?

Maybe. AIR 3 introduces something called Captive runtime. This allows you to bundle up the AIR Runtime with your application, so that Adobe AIR is not required as a separate download. The use of captive runtime is the only way to deploy AIR applications to iOS. AIR 3 is the first release to expand that feature to other platforms.

If you choose not to compile your code using captive runtime, then your users will need the AIR runtime installed.

You could also target Adobe Flex in the browser on Android and Blackberry Playbook. In which case, the user would not need AIR installed at all.

And what the heck does Air add to the capabilities?

It really allows you to create mobile applications; as opposed to browser based apps. That's the big one.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号