These two classes are clearly related. Is SupportFragmentManager
used for Fragments
generated using FragmentTransaction
, while the "regular" FragmentManager
is used exclusively to test Fragments
generated using .xml
files? If not, what is the difference? If so, why are two separate classes necessary to do this? Doesn't that just add extra complexity to the code base?
The concept of Fragments came only after API 11...in order to support those functions in older API version we use Support Libs... I think you have completely mis understood the concept of using support libs.. Do have a look into this question and a quick Google will help u out
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With