Black screen before Splash screen appear in android

前端 未结 7 1552
遇见更好的自我
遇见更好的自我 2020-11-30 20:22

We know that when the app do some long process like downloading some information from internet it could show a splash screen before loading the application and when the app

7条回答
  •  一整个雨季
    2020-11-30 20:59

    Here's some food for thought; maybe you don't have a sizeable initialization delay in your application at all; you might in fact, be waiting for the instant run service.

    From what I've experienced, the symptoms of this are that your application shows a lengthy black screen whilst initializing, but upon debugging you find that none of your Application/Activity's onCreate methods have yet to even be called whilst it's visible.

提交回复
热议问题