Join Slack
Powered by
Does exist something similar to "Toast" for displa...
# compose-desktop
p
Pablo
12/08/2022, 11:06 AM
Does exist something similar to "Toast" for displaying simple notifications or bubbles to the user in Compose Desktop?
h
HIGAN
12/08/2022, 11:07 AM
Maybe you should use popup to build one by yourself
p
Pablo
12/08/2022, 11:11 AM
is "popup" something from compose desktop?
h
HIGAN
12/08/2022, 11:12 AM
Yes, just use
androidx.compose.ui.window.Popup
p
Pablo
12/08/2022, 2:46 PM
@HIGAN
do you have any sample of how to display one?
Pablo
12/08/2022, 2:47 PM
Can't find samples
t
Tobias Suchalla
12/13/2022, 6:59 AM
There is also the
snackbar
1004
Views
Open in Slack
Previous
Next