Flex mobile? should I avoid it?
Hi,
I need to develop an app for mobile... And it looks like the Flex mobile framework is a huge time saver!
But I know the adobe dropped Flex to Apache... Should I avoid using it?
Thanks
Gil
Hi,
I need to develop an app for mobile... And it looks like the Flex mobile framework is a huge time saver!
But I know the adobe dropped Flex to Apache... Should I avoid using it?
Thanks
Gil
The AIR SDK and Flex SDK are different. For example you probably have AIR inside your flash environment but try loading something from the Flex SDK like something a spark component would use:
e.g. Flex:
import mx.collections.ArrayCollection;
Does that work for you? Probably not. It's only part of a modern Flex install.
Flex mobile introduces the spark components which are all mobile optimized. Adobe AIR is the runtime (VM) that gets exported captive and compiled down to ARM. You don't need to have a single Flex component in your AIR for Mobile project. AIR for Mobile does not require Flex.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.