Activity reloads when orientation changes in Android

前端 未结 2 1263
梦谈多话
梦谈多话 2020-12-19 17:32

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

2条回答
  •  眼角桃花
    2020-12-19 18:25

    You could prevent this by adding android:configChanges="orientation" to your activity in AndroidManifest file.

提交回复
热议问题