KEMBAR78
Mobile Apps using Flex and ColdFusion | PPTX
Mobile Apps using Flex and ColdFusionTerry RyanDeveloper Evangelisthttp://terrenceryan.com@tpryan
Introduction
Mobile Flash Development
Flash on MobileFlash Player 10.1 + In-browser contentGames, videoDeploy as a SWF, put on the webAir 2.5 + Mobile applicationsNative APIs, extra functionalityPackage to target individual devices
AIR for Devices.ipa.apk.bar
“Native Application”AIR for Device Applications are “Native”That means they can be put on app storesNOT that the UI components are native
We can use Flex to build “native applications”
Flex mobile challengesComplex Components: DataGrids, Charts, TreeMemory FootprintDesktop UI Screen Patterns
Flex 4.5 fixes that
Mobile Optimized Components
What does Mobile Optimized mean?Rewrote and optimized UIComponentCreated a mobile theme which supports:Bigger componentsCSS Style for enabling touch (Scrollers)
Mobile Theme
Mobile UI
View NavigatorThe pattern for screens on devicesCan define transitions between viewsUses push/pop stack to move between views
Tab NavigatorTab through viewsJust set up multiple ViewNavigators with the firstViewpropertyCan’t use push/pop
ActionbarProvides easy access to important featuresWon’t scrollCan be defined globally or for each view
Connecting Flex to ColdFusion
Data Services Wizard
Data Services
Testing Services
Code Generation
DemoScotch on the Rocks Scheduler
Follow up?Feel free to contact meterry.ryan@adobe.comhttp://terrenceryan.comTwitter: @tpryan

Mobile Apps using Flex and ColdFusion