Migrate XML Views to Jetpack Compose
Stay organized with collections
Save and categorize content based on your preferences.
Jetpack Compose supports interoperability with Views — you
can use Compose in Views, and Views in Compose. This allows adoption of
Compose in existing View-based apps without having to migrate all Views
immediately.
The following pages describe how to integrate Compose with your existing apps:
- Migration strategy: Learn the strategy to safely and
incrementally introduce Compose into your codebase.
- Interoperability APIs: Learn about Compose's APIs to help you combine
Compose with View-based UI.
- Other considerations: Learn other considerations like theming,
architecture, and testing while migrating your View-based app to Compose.
Samples
The following samples demonstrate Jetpack Compose and View interoperability:
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-30 UTC."],[],[]]