AndroidTO Developing for Mobile with the Flex Framework By Matthew Fabb
Who Am I? I’m a Flash/Flex developer that has been doing Flash work from the tail-end of Flash 4 and the beginning of Flash 5
I am currently a developer at StickerYou
I was a technical editor on Wrox’s Professional Flex 3 Authored by:  Joseph Balderson, Andrew Trice, Peter Ent, Joe Berkovitz, Tom Sugden, Todd Prekaski, David Hassoun, and Jun Heider. http://www.mathewfabb.com [email_address] @mattthewfabb
 
Flash & AIR - Reach
 
System Requirements for AIR Android Android 2.2+
ARMv7 processor Vector FPU (Floating Point Units)
Minimum 550MHz
OpenGL ES 2.0
H.264 and AAC HW decoders 256MB of RAM iOS iOS 4+
iPhone 3GS+
iPad 1+
New in Adobe AIR 3 AIR Native Extensions (ANE) Native code can be combined with an AIR app
Allows an AIR app to access any API
ANE file is compiled separately then compiled into an AIR app
Adobe has a  growing list of examples
Native components can be used, but there are  some limitations to graphics
New in Adobe AIR 3 AIR Native Extensions (ANE) ANE can be bundled into the hardware
Flash Builder 4.6 will have built in ANE support Flash Builder 4.6 will be a free update to users of Flash Builder 4.5
Will be out before the end of the year
New in Adobe AIR 3 Captive Runtime This means an AIR runtime can be packaged inside of an AIR app
An AIR APK file can be installed like a native Android app without AIR installed

Developing for Mobile with the Flex Framework

Editor's Notes

  • #2 How many designers out there? How many developers? How many Flex developers? Developers familiar with Flex 4?
  • #16 supports hardware keys currently only back button, but looks like support for menu button is coming in a later release orientation support keeps track of the device orientation as a Flex state you can create a UI that changes with orientation or you can give it a completely different view provides API to save data between application sessions & phone calls note the data that is saved is not encrypted best not use this for any sensitive data, unless you add your own encryption