- Home /
Is there any method called when splash ended on android?
I know on iOS, there is an appdelegate's method "applicationDidBecomeActive" which will be called after the splash screen ends. And I'm doing some UI affairs just right on this moment. Is there a similar method called on android? Or how can I know the splash screen ends? I have tried something like "OnEnabled" and "Start" in Unity, but it seems they are called a liitle early before the splash disappearing...
Thanks for any suggestion!
Comment