使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
window extensions core
Window Manager 库扩展的核心 API
最近更新时间 |
稳定版 |
候选版 |
Beta 版 |
Alpha 版 |
2023 年 6 月 7 日 |
1.0.0 |
- |
- |
- |
声明依赖项
如需添加 window extensions core 的依赖项,您必须将 Google Maven 制品库添加到项目中。如需了解详情,请参阅 Google 的 Maven 制品库。
在应用或模块的 build.gradle
文件中添加所需工件的依赖项:
Groovy
dependencies {
// Use to implement window extensions core
implementation "androidx.window.extensions.core:core:1.0.0"
}
Kotlin
dependencies {
// Use to implement window extensions core
implementation("androidx.window.extensions.core:core:1.0.0")
}
如需详细了解依赖项,请参阅添加 build 依赖项。
反馈
您的反馈将帮助我们改进 Jetpack。如果您发现了新问题,或对此库有任何改进建议,请告诉我们。创建新问题前,请先查看此库中的现有问题。您可以点击星标按钮,为现有问题投票。
创建新问题
如需了解详情,请参阅问题跟踪器文档。
版本 1.0
版本 1.0.0
2023 年 6 月 7 日
发布了 androidx.window.extensions.core:core:1.0.0
。版本 1.0.0 中包含这些提交内容。
1.0.0 的主要功能
- 用于与
androidx.window.extensions
交互的简单接口。不适合通用开发者使用。如需了解通用用法,请参阅 androidx.core
。
版本 1.0.0-rc01
2023 年 5 月 10 日
发布了 androidx.window.extensions.core:core:1.0.0-rc01
。版本 1.0.0-rc01 中包含这些提交内容。
新功能
- 发布了一些接口,以改进
androidx.window
和特定设备的功能。这些接口不适合常规使用。请改用 androidx.core
中的接口。
bug 修复
- 将核心接口设为公共接口,以便在扩展程序中使用。(I45052)
版本 1.0.0-beta03
2023 年 5 月 3 日
发布了 androidx.window.extensions.core:core:1.0.0-beta03
。版本 1.0.0-beta03 中包含这些提交内容。
新功能
恢复了 extensions.core
接口。这些是使用的实现细节,请改用 androidx.core
API。
bug 修复
- 将核心接口设为公共接口,以便在扩展程序中使用。(I45052)
版本 1.0.0-beta02
2023 年 4 月 5 日
发布了 androidx.window.extensions.core:core:1.0.0-beta02
。版本 1.0.0-beta02 中包含这些提交内容。
API 变更
版本 1.0.0-beta01
2023 年 3 月 22 日发布了 androidx.window.extensions.core:core:1.0.0-beta01
。版本 1.0.0-beta01 中包含这些提交内容。
- 添加了窗口扩展核心版函数接口,以减少 lambda 表达式脱糖问题。
版本 1.0.0-alpha01
2023 年 2 月 22 日
发布了 androidx.window.extensions.core:core:1.0.0-alpha01
。版本 1.0.0-alpha01 中包含这些提交内容。
新功能
- 添加了一些并非供一般开发者使用的本地接口。这是支持 androidx.window 库的实现细节。请改为参阅
androidx.window
库。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# window extensions core\n======================\n\nAPI Reference \n[androidx.window.extensions.core](/reference/kotlin/androidx/window/extensions/core/package-summary) \nThe Core APIs for Window Manager Library Extensions \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|---------------|------------------------------------------------------------------|-------------------|--------------|---------------|\n| June 7, 2023 | [1.0.0](/jetpack/androidx/releases/window-extensions-core#1.0.0) | - | - | - |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on window extensions core, you must add the Google Maven repository to your\nproject. Read [Google's Maven repository](/studio/build/dependencies#google-maven)\nfor more information.\n\nAdd the dependencies for the artifacts you need in the `build.gradle` file for\nyour app or module: \n\n### Groovy\n\n```groovy\ndependencies {\n // Use to implement window extensions core\n implementation \"androidx.window.extensions.core:core:1.0.0\"\n}\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n // Use to implement window extensions core\n implementation(\"androidx.window.extensions.core:core:1.0.0\")\n}\n```\n\nFor more information about dependencies, see [Add build dependencies](/studio/build/dependencies).\n\nFeedback\n--------\n\nYour feedback helps make Jetpack better. Let us know if you discover new issues or have\nideas for improving this library. Please take a look at the\n[existing issues](https://issuetracker.google.com/issues?q=componentid:1324559%20status:open)\nin this library before you create a new one. You can add your vote to an existing issue by\nclicking the star button.\n\n[Create a new issue](https://issuetracker.google.com/issues/new?component=1324559&template=1789973)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nVersion 1.0\n-----------\n\n### Version 1.0.0\n\nJune 7, 2023\n\n`androidx.window.extensions.core:core:1.0.0` is released. [Version 1.0.0 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/41e119676c75bba23ed13a5061871a9ff46d3036..d880ecd411d7ed0d3897644cd64d7e20eae98916/window/extensions/core/core)\n\n**Major features of 1.0.0**\n\n- Simple interfaces to work with `androidx.window.extensions`. Not meant for generic developer use. For generic use see `androidx.core`.\n\n### Version 1.0.0-rc01\n\nMay 10, 2023\n\n`androidx.window.extensions.core:core:1.0.0-rc01` is released. [Version 1.0.0-rc01 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/5d4c9b3ab577ea883637e38bbd1fc3ca9b08f2fa..41e119676c75bba23ed13a5061871a9ff46d3036/window/extensions/core/core)\n\n**New Features**\n\n- Release some interfaces to improve function for `androidx.window` and specific devices. These interfaces are not for general use. Use the interfaces in `androidx.core` instead.\n\n**Bug Fixes**\n\n- Make core interfaces public so it can be used in extensions. ([I45052](https://android-review.googlesource.com/#/q/I450527ca1ed9cb8bcd27289d681f441b0074f012))\n\n### Version 1.0.0-beta03\n\nMay 3, 2023\n\n`androidx.window.extensions.core:core:1.0.0-beta03` is released. [Version 1.0.0-beta03 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/a200cb82769634cecdb118ec4f0bfdf0b086e597..5d4c9b3ab577ea883637e38bbd1fc3ca9b08f2fa/window/extensions/core/core)\n\n**New Features**\n\nReinstate `extensions.core` interfaces. These are an implementation detail used, please use the `androidx.core` APIs instead.\n\n**Bug Fixes**\n\n- Make core interfaces public so it can be used in extensions. ([I45052](https://android-review.googlesource.com/#/q/I450527ca1ed9cb8bcd27289d681f441b0074f012))\n\n### Version 1.0.0-beta02\n\nApril 5, 2023\n\n`androidx.window.extensions.core:core:1.0.0-beta02` is released. [Version 1.0.0-beta02 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/5e7d256f82fbafb6d059ab7b18fddd87c7531553..a200cb82769634cecdb118ec4f0bfdf0b086e597/window/extensions/core/core)\n\n**API Changes**\n\n- Hide local interfaces that are not meant for public use. ([I3e88b](https://android-review.googlesource.com/#/q/I3e88b44d034b1a24347ac8606755ba04c9bd1558))\n\n### Version 1.0.0-beta01\n\nMarch 22, 2023\n`androidx.window.extensions.core:core:1.0.0-beta01` is released. [Version 1.0.0-beta01 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/87533b4ff06971ed59028936cd9b6da988cd4522..5e7d256f82fbafb6d059ab7b18fddd87c7531553/window/extensions/core/core)\n\n- Added the window extensions core version of functional interface to reduce issues of lambda expressions desugaring.\n\n### Version 1.0.0-alpha01\n\nFebruary 22, 2023\n\n`androidx.window.extensions.core:core:1.0.0-alpha01` is released. [Version 1.0.0-alpha01 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/87533b4ff06971ed59028936cd9b6da988cd4522/)\n\n**New Features**\n\n- Add some local interfaces that are not meant for general developer use. This is an implementation detail to support the androidx.window library. Please see the `androidx.window` library instead."]]