https://kotlinlang.org logo
m

molikto

03/04/2020, 7:30 AM
I have a question: it seems to me a lot of times, a old-style dialog API is easier to use in simple cases, like
onClick = { showDialog(..., onPositive= { changeSomeState() }...) }
what's your opinions?
z

Zach Klippenstein (he/him) [MOD]

03/04/2020, 5:27 PM
How do you update the contents of the dialog while it's showing?
m

molikto

03/14/2020, 5:46 AM
I am talking the case when this is not needed "a lot of times"