I\'m trying to transition from using a FrameLayout to using FragmentContainerView and from the tutorials I\'ve seen, it should be pretty easy. Howe
FrameLayout
FragmentContainerView
That's in androidx.fragment 1.2.0 or higher:
androidx.fragment
implementation "androidx.fragment:fragment:1.2.0"