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
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