コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
window extensions core
Window Manager ライブラリ拡張機能のコア API。
最新の更新 |
安定版リリース |
リリース候補版 |
ベータ版リリース |
アルファ版リリース |
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")
}
依存関係について詳しくは、ビルド依存関係の追加をご覧ください。
フィードバック
お寄せいただいたフィードバックは Jetpack 改善の参考にさせていただきます。新しい問題が見つかった場合や、このライブラリを改善するアイデアをお持ちの場合は、お知らせください。新しい問題を報告していただく前に、このライブラリの既存の問題をご確認ください。スターボタンをクリックすると、既存の問題に投票できます。
新しい問題を報告する
詳細については、Issue Tracker のドキュメントをご覧ください。
バージョン 1.0
バージョン 1.0.0
2023 年 6 月 7 日
androidx.window.extensions.core:core:1.0.0
がリリースされました。バージョン 1.0.0 に含まれる commit については、こちらをご覧ください。
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 に含まれる commit については、こちらをご覧ください。
新機能
androidx.window
と特定のデバイスの機能を改善するために、一部のインターフェースをリリースしました。これらのインターフェースは一般的な用途には使用できません。代わりに androidx.core
のインターフェースを使用してください。
バグの修正
- コア インターフェースを公開して、拡張機能で使用できるようにします。(I45052)
バージョン 1.0.0-beta03
2023 年 5 月 3 日
androidx.window.extensions.core:core:1.0.0-beta03
がリリースされました。バージョン 1.0.0-beta03 に含まれる commit については、こちらをご覧ください。
新機能
extensions.core
インターフェースを復元しました。これらは実装の詳細です。代わりに androidx.core
API を使用してください。
バグの修正
- コア インターフェースを公開して、拡張機能で使用できるようにします。(I45052)
バージョン 1.0.0-beta02
2023 年 4 月 5 日
androidx.window.extensions.core:core:1.0.0-beta02
がリリースされました。バージョン 1.0.0-beta02 に含まれる commit については、こちらをご覧ください。
API の変更
- 一般公開用ではないローカル インターフェースを非表示にします。(I3e88b)
バージョン 1.0.0-beta01
2023 年 3 月 22 日、androidx.window.extensions.core:core:1.0.0-beta01
がリリースされました。バージョン 1.0.0-beta01 に含まれる commit については、こちらをご覧ください。
- ラムダ式の脱糖の問題を軽減するため、window extensions のコア バージョンの関数インターフェースを追加しました。
バージョン 1.0.0-alpha01
2023 年 2 月 22 日
androidx.window.extensions.core:core:1.0.0-alpha01
がリリースされました。バージョン 1.0.0-alpha01 に含まれる commit については、こちらをご覧ください。
新機能
- 一般的なデベロッパーの利用を想定していないローカル インターフェースをいくつか追加しました。これは、androidx.window ライブラリをサポートするための実装の詳細です。
androidx.window
ライブラリをご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],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."]]