在AndroidMainfest页面里声明页面跳转是这样。
<activity
android:name="com.activity.Testupdate"
android:theme="@style/Transparent"
android:configChanges="keyboardHidden|orientation|screenSize"
android:screenOrientation="portrait" >
</activity>
后面将 android:theme="@style/Transparent" 中删除了。
就回复正常了,怎么来回N次切换页面都不会卡。
版权声明:本文为博主原创文章,未经博主允许不得转载。
原文地址:http://blog.csdn.net/huningjun/article/details/47169377