python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I pass a function from a ViewModel to my scaffold's floating action button in Jetpack Compose?
I'm building an Android app using purely Jetpack Compose. My entire application is wrapped under one scaffold, and has a ViewModel for each "screen" (which are composables) in my app. Becaus...
sping
Votes: 0
Answers: 1
Jetpack Compose collapse Bottom Sheet on outside click
I currently display a Bottom Sheet through a BottomSheetScaffold and want to collapse it when the user clicks outside the Bottom Sheet. Is there a way to detect the click outside of the Bottom Sheet?
...

JonasLevin
Votes: 0
Answers: 2