How to inject Composables in XML Layouts
- Published on
If you are migrating your layouts from Android Views to Jetpack Compose, high chances are you do not want to rewrite everything from scratch. In this video, I will show you how to inject your composables into your XML Layout using ComposeView.
Discussion