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.
如何在 AppCompactActivity 中的片段中调用 getSupportFragmentManager?
您可以从片段内部活动访问 getSupportFragmentManager
getActivity().getSupportFragmentManager()
希望这可以帮助。
我必须导入 import android.support.v4.app.Fragment; 在我的片段中。不是导入 android.app.Fragment;