Join Slack
Powered by
Any recomendation to a architecture where could I ...
# compose
y
Yacov Rosenberg
03/31/2022, 1:41 PM
Any recomendation to a architecture where could I use compose with regular Ui toolkit together?
m
Marko Novakovic
03/31/2022, 1:47 PM
what exactly do you mean?
Marko Novakovic
03/31/2022, 1:50 PM
UI is showing data you pass it, it doesn’t care how data comes to be. am not sure do I understand what you are asking
Marko Novakovic
03/31/2022, 1:53 PM
if you have screen build with old View system and just one or couple parts of it are compose, you can pass it
ViewModel
for example or some simple data you need to show
Marko Novakovic
03/31/2022, 1:53 PM
https://developer.android.com/jetpack/compose/interop/compose-in-existing-ui
6
Views
Open in Slack
Previous
Next