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
Yves Kalume
12/18/2021, 11:29 AM
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.