Interoperability APIs (original) (raw)
Interoperability APIs
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 CoordinatorLayout to Compose
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-03-30 UTC.