log报错日志:
研究是需要在横竖屏切换时,应该阻止程序在运行时重新加载Activity。方法有:在mainfest文件中添加“
android:configChanges="orientation|keyboardHidden|screenSize"
”
完美解决,记录一下
log报错日志:
研究是需要在横竖屏切换时,应该阻止程序在运行时重新加载Activity。方法有:在mainfest文件中添加“
android:configChanges="orientation|keyboardHidden|screenSize"
”
完美解决,记录一下
转载于:https://www.cnblogs.com/wang8023-2016-8-3/p/8572682.html