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
andrew
05/03/2022, 8:55 PM
Use DialogFragment and inflate your XML with a ComposeView inside it