Ash
09/27/2020, 4:37 PM@Preview @Composable
85% of the time does not render anything ... emulator and device work perfect! Anything to be done to make @Preview
work better?Ash
09/27/2020, 4:43 PM@Preview
and that works ... but would be nice to be able to render the whole UI ... wonder want can be done?Adam Powell
09/27/2020, 4:47 PMAsh
09/27/2020, 4:49 PMAdam Powell
09/27/2020, 4:50 PMAsh
09/27/2020, 4:57 PMText("hi")
to get the @Perview
working, than flip back and it works ... funny. Just wondering if the community had any thoughts on the matter?romainguy
09/27/2020, 5:44 PMromainguy
09/27/2020, 5:44 PMAsh
09/28/2020, 3:27 PM@Preview
to show up ...
1. Have to make the Preview as simple as possible by removing most of the components.
2. Get the preview to render the simple view
3. Then start putting the components back one by one till rendering the full view ...
Open to any suggestion about how to improve / fix this workflow 🙂 !?
Yes ... Yes we can use the emulator or a real device but I would like to have @Preview in my workflow ...Sean McQuillan [G]
09/28/2020, 4:51 PMAsh
09/28/2020, 4:57 PM@Preview
will ultimately render correctly... but have to sneak up on it 🙂 Building it one @Composable
at a time till it is fully rendered ... that is why wondering if doing something wrong? Because it will eventually render correctly ... might just be my machine / Android Studio config?Sean McQuillan [G]
09/28/2020, 6:31 PMAsh
09/29/2020, 12:20 AM@Preview
in steps ...
Will keep working with it and if it gets too painful ... will file an example :-)