Jetpack Compose is designed to work with the established view-based UI approach . If you’re building a new app, the best option might be to implement your entire UI with Compose. You can add a view-based UI element into your composable functions. …
Jetpack Compose is designed to work with the established view-based UI approach . If you’re building a new app, the best option might be to implement your entire UI with Compose. You can add a view-based UI element into your composable functions. …