How to use Views from Jetpack Compose
- Published on
There is a big chance that you have a few Custom Views in your Android project and you do not want to rewrite them using Jetpack Compose. Or you might want to use a component that does not exist yet in Compose. For such cases, use the AndroidView() composable to migrate your Android Views to a composable function.
Discussion