When my main activity starts after the splash screen it parses 4 big XML files. This takes a few seconds and I\'m able to hide this in the time the splash screen shows at st
You could prevent this by adding android:configChanges="orientation" to your activity in AndroidManifest file.