Black screen instead of Splash screen

I’m not sure about android but this was an issue when I developed for windows phone.
If you have content that takes more a few seconds to Load it is advisable to loaded in on a second thread then output a loading screen to the game.

Its relatively simple as Content.Load can be run on a second thread without many issues.