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.
当需要使用getSupportFragmentManager()来支持较低的API级别时,我认为使用getChildFragmentManager()方法。此方法如何支持所有 API 级别?
getSupportFragmentManager()
getChildFragmentManager()
它们都在支持库中。