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

moetouban

05/31/2019, 10:16 PM
Is there a plan where we can have a
hot reload
feature supported with compose just like in flutter or react ? One of downside of compose is that you can't visualize your UI anymore.
👍 1
s

streetsofboston

05/31/2019, 10:27 PM
... for now. Who knows how that may change in the future, with a hookup to a/the layout editor.
r

Ryan Mentley

05/31/2019, 11:04 PM
there will definitely be some way to quickly visualize your UI - we want to make sure the developer experience with Compose is at least as good as it is today. exact details of the experiences are still TBD.
👍 3
m

miha-x64

06/03/2019, 8:54 AM
Since Compose layouts can be set as window content view, they also can be previewed easily.
f

Fudge

06/03/2019, 11:02 AM
Static previews are a poor replacement for running the code live
2
2 Views