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 
AndroidViewandAndroidViewBinding—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 
CoordinatorLayoutto Compose