Hi Team, We are planning to migrate our app to use...
# compose
r
Hi Team, We are planning to migrate our app to use compose. I'm keen to know the experiences/abstacles/strategy you have followed to start migration of your production projects. Our app is multi module uses MVVM, data binding and View Binding. Thank you.
y
you can delete all your writing and start to rewrite it in composable but you can also do it gradually. Since you can combine a composable with xml in a fragment with the ComposeView you can go part by part.