Re: [Release] 2 new Radio Apps

2018-09-03 Thread After24
Leokan,

You should set the framerate to 60.

I think it is worth trying useVirtualLayout=false especially if the current
item renderers uses large images.
Once all the items renderers are initialized, they won't be rendered
anymore. (this setting "works" only if the list contains a small amount of
item renderers, otherwise initialization duration and memory consumption
would be too important)

Vincent.





--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] 2 new Radio Apps

2018-09-03 Thread leokan23
It will definitely will. I use an AS3 item renderer on another app with 600
items in the list, and works with great performance.

useVirtualLayout is true now, but I could try false.
cacheAsBitmap is true.
renderMode is gpu (although I had the bug with the black screen but I found
a work around)
framerate is set to 40 to avoid lag if using 60.

Also at some point we will optimize bitmaps as we currently use xxhdpi
images and icons even for the 240ppi devices which also adds overhead to the
performance.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


Re: [Release] 2 new Radio Apps

2018-09-03 Thread After24
Hi Leokan,

Very nicely designed application : clean and simple.
I just noticed that the list scrolling are not very smooth, even on my phone
which has a powerful processor (oneplus 6)

I'm sure that you could get better performances with a bit of optimization
of your item renderers.

Vincent.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/