Jun 26, 2022
Thanks for sharing this. As in your article you have added the BottomSheetDialog for Activity i.e in Android View. In Jetpack Compose we have a Activity which extends Component Activity and we add Composable's in it. Do you suggest any approach where BottomSheetDialog can be added/showed anywhere in Compose Activity when needed without making it tight bind and involving in Composable hierarchy ?