默认情况下切换横竖屏应用的生命周期先结束再开启,这样会导致程序终端,避免出现这种情况的方法是在AndroidManifest.xml中加入android:configChanges="orientation|keyboardHidden|screenSize".