How do you develop the Compose ui without previews? #235
Unanswered
Nikola-Milovic
asked this question in
Q&A
Replies: 1 comment
-
Good Question , To be honest in early days of compose adoption I tried to rerun the app on my device to check the output But as of now , I am pretty confident while building UI's so I just straight forward go and code UI for a whole screen and then simply run , most of the times I get the desired output which I had in my mind and sometimes I achieve that by doing some simple modification after initial run. However I read somewhere that Previews have come for KMP code too , I will soon integrate preview fuction for each component in app as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys, seeing that the spotyFlyer has a rather robust ui and lots of composable functions for each screen, I was wondering how do you go about developing these screens without having preview annotation available in the KMP at the moment.
Beta Was this translation helpful? Give feedback.
All reactions