Search code examples
androidandroid-fragmentsandroid-nested-fragment

How getChildFragmentManager() supports all API levels


When there is a need to use getSupportFragmentManager() to support lower API levels, I think using getChildFragmentManager() method. How this method supports all API levels?


Solution

  • They are both in the support library.