How to avoid black screen in android while my app is loading?

后端 未结 4 871
无人共我
无人共我 2020-12-15 12:01

How to avoid black screen in android while my app is loading ? I have removed all things from onCreate to AsyncTask but still I have black screen at the beginning. My defa

4条回答
  •  天涯浪人
    2020-12-15 12:28

    Optimize ur code,try to reduce code from onCreate(),this was issue faced by me i solved it by reducing code in onCreate().

    Best of Luck

提交回复
热议问题