Hi folks, there is any similar API to ComposeView ...
# compose
s
Hi folks, there is any similar API to ComposeView but for Dialog? I want to start a Dialog in a "legacy xml ui" and in this Dialog I want to use Compose. The source for AlertDialog or Dialog depends on a Composable function scope.
a
Use DialogFragment and inflate your XML with a ComposeView inside it