xavier
9 years agoVisitor
Scenegraph blackscreen
Hi all,
When working on Scene graph type of channel, after the initial splash screen and before the actual first screen being displayed there is the black screen..I understand this is the time while all components are being initialized.
Mine is lasting for about 7 to 8 seconds, I have a bunch of different screens (total of 6, with some fading background and an URL handler for each of the screen)...
I try to maximize the performance by moving some of the initialization in some specific functions that are being called only when the screen is effectively displayed...However final impact is ridiculous since I am still around 7 to 8 seconds of black screen.
SO I was wondering if there is a best practices to correctly handle all components initialization thus minimizing that black screen ?
Thanks all
When working on Scene graph type of channel, after the initial splash screen and before the actual first screen being displayed there is the black screen..I understand this is the time while all components are being initialized.
Mine is lasting for about 7 to 8 seconds, I have a bunch of different screens (total of 6, with some fading background and an URL handler for each of the screen)...
I try to maximize the performance by moving some of the initialization in some specific functions that are being called only when the screen is effectively displayed...However final impact is ridiculous since I am still around 7 to 8 seconds of black screen.
SO I was wondering if there is a best practices to correctly handle all components initialization thus minimizing that black screen ?
Thanks all