Billy Newman
05/10/2021, 8:33 PMSe7eN
05/10/2021, 9:36 PMState hoisting is a programming pattern where you move the state of a composable to the caller of that composableYou can create your state in the activity and then pass it down to the bottom sheet, or you can create it in your view model and pass the view model down to your bottom sheet from the activity.
Billy Newman
05/11/2021, 11:37 AMSe7eN
05/11/2021, 11:40 AMComposeView
?Billy Newman
05/11/2021, 2:14 PM