https://kotlinlang.org logo
#compose
Title
# compose
b

Bruno_

11/11/2019, 2:17 PM
any way to get a View instance in compose? I'd like to do this https://developer.android.com/training/snackbar/showing
k

kioba

11/11/2019, 2:24 PM
what would you like to achieve? a Snackbar behaviour?
l

Luca Nicoletti

11/11/2019, 2:31 PM
Imho faster way would be implement something as
Dialogs
are done 🙂