android onConfigurationChanged 阻止螢幕橫豎變換
要阻止螢幕橫豎變換時,Activity 會重新生命循環
其中一個方法是讓他走 onConfigurationChanged
在 AndroidManifest.xml 中 <activity>加上
android:configChanges="orientation"
如果 targeting API level 13+ 就再多一個 screenSize
android:configChanges="orientation|screenSize"
其中一個方法是讓他走 onConfigurationChanged
在 AndroidManifest.xml 中 <activity>加上
android:configChanges="orientation"
如果 targeting API level 13+ 就再多一個 screenSize
android:configChanges="orientation|screenSize"
android onConfigurationChanged 阻止螢幕橫豎變換
Reviewed by Wild
on
2/24/2013 10:47:00 下午
Rating:
沒有留言:
沒有Google帳號也可發表意見唷!