迁移现有的基于 View 的应用
使用收藏集保持井井有条 根据您的偏好保存和分类内容。
Jetpack Compose 从一开始就设计了与 View 的互操作性——您可以在 View 中使用 Compose,反之亦然。此功能允许您在现有的基于 View 的应用中采用 Compose,而无需从头重写。
以下页面介绍了如何将 Compose 集成到您的现有应用中
- 迁移策略:了解安全且增量地将 Compose 引入代码库的策略。
- 互操作性 API:了解 Compose 的 API,帮助您将 Compose 与基于 View 的 UI 结合使用。
- 其他注意事项:了解迁移基于 View 的应用到 Compose 时,主题、架构和测试等其他注意事项。
示例
以下示例演示了 Jetpack Compose 和 View 的互操作性
此页面上的内容和代码示例受内容许可证中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2024-09-05 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"过于复杂/步骤过多" },{ "type": "thumb-down", "id": "outOfDate", "label":"已过时" },{ "type": "thumb-down", "id": "samplesCodeIssue", "label":"示例/代码问题" },{ "type": "thumb-down", "id": "otherDown", "label":"其他" }]
[{ "type": "thumb-up", "id": "easyToUnderstand", "label":"易于理解" },{ "type": "thumb-up", "id": "solvedMyProblem", "label":"解决了我的问题" },{ "type": "thumb-up", "id": "otherUp", "label":"其他" }]
{ "lastModified": "上次更新时间:2024-09-05 UTC。", "confidential": False }