Hi, is the following possible i have an android fr...
# compose
t
Hi, is the following possible i have an android fragment that displays a 100% Compose UI i wish to emmbed this in an xml layout to reuse the Compose Ui from my legacy xml layout i have tried using both a
androidx.compose.ui.platform.ComposeView
and
androidx.fragment.app.FragmentContainerView
niether of these approaches work How do i show a compose fragment from within an xml layout?