I have to initialize data for Android Application, initialization does a service call, it is taking time. I have coded all the initialization in Application.onCreate(). It is taking time to reach Activity.onCreate() (launcher activity) I can see the black screen for some time, then loading view is appearing which is in an Acitivy.onCreate().
Is there anyway to show the splash screen when the Application oncreate is running.