Use rendermode direct, set cacheasbitmap=true in your renderers, set the opaquebackground to any color, disable autoDrawBackground, and use StyleableTextField as itemrenderer (it's harder, but faster :)
On Mon, Apr 7, 2014 at 3:37 PM, After24 <[email protected]> wrote: > Hi Javier, > > RenderMode is set to auto and the ItemRenderer used is the bundle > LabelItemRenterer. > The higher framerate I can get on a nexus 4 is 30-33 fps, this gain has > little impact on the scrolling smoothness perception. > > > > > Javier Guerrero García wrote > > renderMode? cacheAsBitmap=true? use StyleableTextField? > > opaqueBackground=FFFFFF? autoDrawBackground=false? > > > > I said it was NOT the only thing: if your itemRenders are unable to go > > further than 24fps, you won't notice any changes. BUT if they are, and > you > > don't set a higher framerate, you'll be stuck in 24fps :) > > > > > > On Mon, Apr 7, 2014 at 3:03 PM, After24 < > > > vincent@ > > > > wrote: > > > >> Hello, > >> > >> So, following Javier advise regarding application framerate, I built a > >> benchmark to show how framerate acts on list scrolling smoothness. > >> > >> May be I missed something (.apk and source code can be found here : > >> https://issues.apache.org/jira/browse/FLEX-34213 > >> <https://issues.apache.org/jira/browse/FLEX-34213> ) but the > >> framerate > >> don't seems to have a significant effect on the scrolling smoothness > >> perception (tested on a nexus 4 and a nexus 7 II). > >> > >> Thanks. > >> > >> > >> > >> -- > >> View this message in context: > >> > http://apache-flex-users.2333346.n4.nabble.com/Coding-a-better-flex-mobile-app-tp5888p6048.html > >> Sent from the Apache Flex Users mailing list archive at Nabble.com. > >> > > > > > > -- > View this message in context: > http://apache-flex-users.2333346.n4.nabble.com/Coding-a-better-flex-mobile-app-tp5888p6051.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
