Reputation: 13384
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,
Upvotes: 1
Views: 1166
Reputation: 1066
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.
Upvotes: 1