Flex 4.5.1 and iOS, Android development

让人想犯罪 __ 提交于 2020-01-05 23:31:12

问题


I recently came across Flex builder and it was gr8 to know that it supports iOS, Android and Blackberry Tablet OS development all within same IDE, framework and api. This is awesome!!!

The project I am assigned is a kind of large product and in its desktop versions we have used core C++ and OS API for development (i.e. WIN 32 ), So before starting the development I am instructed to perform a detailed feasibility study on Flex 4.5.1. I have been reading various blogs and posts related to this and now I have kind of mixed opinion for it.

The app that is planned to be developed will be dealing with OS specific tasks i.e. start the camera, record a call, provide various sharing options etc. I want to know is it possible with Flex 4.5.1 or developing with OS specific SDK is must..?

As I said it is a large product is there any other development platform available which can target at least iOS and Android if not BlackBerry ?

Any tutorial/ blog post related to Flex 4.5.1 mobile development or its alternatives will be also quite helpful..

Thanks in advance,


回答1:


Flex mobile 3 have a new exciting feature the "modules extensions" they are like libraries that let you use native code from air mobile. so in principle nothing is imposible. You can get some modules extensions from here.

Unfortunately, Flex Mobile is kind of dead... see this note from Adobe.

If you look for alternatives you have PhoneGap (an html wrapper, that allow to create a native application from html and use the native api from JavaScript) or AppCeleator.



来源:https://stackoverflow.com/questions/8223296/flex-4-5-1-and-ios-android-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!