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

Michal Bacik

10/30/2019, 9:09 PM
How will dialog and popup window work? They need own Window, will this window be managed by Compose, or we need to use framework's Dialog and PopupWindow and create Compose into its content view?
l

Leland Richardson [G]

10/30/2019, 9:10 PM
compose dialogs will appeal to the windowmanager under the hood
versions of this shipped in compose
Popup and friends IIRC
m

Michal Bacik

10/30/2019, 9:36 PM
All changed 🙂 But good old
Activity
hopefully remains.
l

Leland Richardson [G]

10/30/2019, 9:37 PM
as does WindowManager 🙂
but yes, i get your point
r

romainguy

10/30/2019, 10:23 PM
There's a DropdownPopup already
💯 1
a

Anna-Chiara Bellini [G]

10/31/2019, 1:57 AM
There is an usage example of an alert dialog in the sample app, Jetnews. Go and see what happens in the ArticleScreen when you click on the font icon or the heart icon.
👍 2
9 Views