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.
Androidで既存のフラグメントトランザクションを開く方法は?
アクションバーのドロップダウンリストから既存のフラグメントを新しいフラグメントに置き換えるために使用されますか?
その概念は何の意味もありません。
必要に応じて、新しい FragmentTransactionを作成し、それを呼び出しreplace()て置き換え対象を示し、次にcommit()トランザクション
FragmentTransaction
replace()
commit()