Incrementally migrating your app to Compose means that Compose and Views will co-exist in your app.
The following pages describe the specific APIs you need to use to integrate Compose within your existing View-based app:
- Using Compose in Views: Learn about
ComposeView
—the API to use to add Compose in Views. - Using Views in Compose: Learn about
AndroidView
andAndroidViewBinding
—APIs for using Views in Compose.
Recommended for you
- Note: link text is displayed when JavaScript is off
- Display emoji
- Using Views in Compose
- Migrate
CoordinatorLayout
to Compose