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);