I was curious to see how much Adobe improved efficiency to run Flex on mobile devices. It’s not looking good so far. Here is the code I used for my firstView:
<?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" title="Home"> <s:Button right="10" bottom="10" label="Button"/> </s:View>
Just a button. Running this swf with no user interaction results in 10,884 method calls. See the full stack trace here:
http://swfwire.com/flows/flex_4.5_mobile.txt