Hi, You can optimize a bit more by setting the Color depth to 16 bit in the XML app descriptor. <colorDepth>16bit</colorDepth>
The gain is not huge but not neglictable if your app manipumates bitmap objects. you can also set : stage.frameRate to 60; stage.quality to StageQuality.LOW; Scroller.maxDragRate to 80 (Static property of the scroller component); Use pure as3 item renderers and old flash TextField object whenever you don't need complexe text layout. Vincent. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Optimize-speed-on-Android-tp15284p15326.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
