How to hide grey background before app open on android devices?
Solved
Mobile and Embedded
-
How to hide grey background before app open on android devices
I compile Qt Quick Controls 2 - Gallery, from examples, and running it on android device.
I see the grey window before app start.
I have try add QSplashScreen and Splash screen in AndroidManifest.xml but I see grey window before Splash screen.Is it possible to hide it?
-
See this splendid guide from Ben: https://medium.com/@benlaud/complete-guide-to-make-a-splash-screen-for-your-qml-android-application-567ca3bc70af
-
See this splendid guide from Ben: https://medium.com/@benlaud/complete-guide-to-make-a-splash-screen-for-your-qml-android-application-567ca3bc70af
It works great!
Thanks for your advice!