Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能的重复: ViewPager 和片段——存储片段状态的正确方法是什么?
如何保存片段?(它位于活动中)当我旋转屏幕时,活动被重新启动,片段被重新创建
尝试setRetainInstance(true);在片段的 onCreate中使用
setRetainInstance(true);
您需要在 AndroidManifest.xml 中为android:configChanges添加方向。每个例子:
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"