使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Asynclayoutinflater
异步膨胀布局以避免界面出现卡顿。
最近更新时间 |
稳定版 |
候选版 |
Beta 版 |
Alpha 版 |
2025 年 4 月 9 日 |
1.1.0 |
- |
- |
- |
声明依赖项
如需添加 AsyncLayoutInflater 的依赖项,您必须将 Google Maven 代码库添加到项目中。如需了解详情,请参阅 Google 的 Maven 代码库。
在应用或模块的 build.gradle
文件中添加所需工件的依赖项:
Groovy
dependencies {
implementation "androidx.asynclayoutinflater:asynclayoutinflater:1.1.0"
}
Kotlin
dependencies {
implementation("androidx.asynclayoutinflater:asynclayoutinflater:1.1.0")
}
反馈
您的反馈将帮助我们改进 Jetpack。如果您发现了新问题,或对此库有任何改进建议,请告诉我们。创建新问题前,请先查看此库中的现有问题。您可以点击星标按钮,为现有问题投票。
创建新问题
如需了解详情,请参阅问题跟踪器文档。
此工件没有版本说明。
版本 1.1.0
版本 1.1.0
2025 年 4 月 9 日
发布了 androidx.asynclayoutinflater:asynclayoutinflater:1.1.0
和 androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0
。版本 1.1.0 包含这些提交内容。
自 1.0.0 以来的重要变更
- 允许在初始化
AsyncLayoutInflater
时配置 AsyncLayoutFactory
。对于 AppCompat 上下文,可以通过 AsyncAppCompatFactory
来提供此功能,它会正确初始化 AppCompat 视图。
inflate
API 接受可触发 OnInflateFinishedListener
回调的执行程序。
版本 1.1.0-rc01
2025 年 3 月 26 日
发布了 androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-rc01
和 androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-rc01
,这两个版本与上个 Beta 版相比没有明显变化。版本 1.1.0-rc01 包含这些提交内容。
版本 1.1.0-beta01
2025 年 3 月 12 日
发布了 androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-beta01
和 androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-beta01
。版本 1.1.0-beta01 包含这些提交内容。
bug 修复
版本 1.1.0-alpha01
2022 年 10 月 5 日
发布了 androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01
和 androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01
。版本 1.1.0-alpha01 中包含这些提交内容。
新功能
- 允许在初始化
AsyncLayoutInflater
时配置 AsyncLayoutFactory
。对于 AppCompat 上下文,可以通过 AsyncAppCompatFactory
来提供此功能,它会正确初始化 AppCompat 视图。
- 膨胀 API 接受可触发
OnInflateFinishedListener
回调的执行程序。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# Asynclayoutinflater\n===================\n\nAPI Reference \n[androidx.asynclayoutinflater.view](/reference/kotlin/androidx/asynclayoutinflater/view/package-summary) \nInflate layouts asynchronously to avoid jank in the UI. \n\n| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |\n|---------------|---------------------------------------------------------------|-------------------|--------------|---------------|\n| April 9, 2025 | [1.1.0](/jetpack/androidx/releases/asynclayoutinflater#1.1.0) | - | - | - |\n\nDeclaring dependencies\n----------------------\n\nTo add a dependency on AsyncLayoutInflater, 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 implementation \"androidx.asynclayoutinflater:asynclayoutinflater:1.1.0\"\n}\n```\n\n### Kotlin\n\n```kotlin\ndependencies {\n implementation(\"androidx.asynclayoutinflater:asynclayoutinflater:1.1.0\")\n}\n```\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:460550%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=460550&template=1422675)\n\nSee the [Issue Tracker documentation](https://developers.google.com/issue-tracker)\nfor more information.\n\nThere are no release notes for this artifact.\n\nVersion 1.1.0\n-------------\n\n### Version 1.1.0\n\nApril 9, 2025\n\n`androidx.asynclayoutinflater:asynclayoutinflater:1.1.0` and `androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0` are released. Version 1.1.0 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/f85ba4f521f334ee3e92ab0ff3359be2d281c2b9..7dd3136de5363becb496bfdb2c98bf89d4eb7305/asynclayoutinflater).\n\n**Important changes since 1.0.0**\n\n- Allows configuring a `AsyncLayoutFactory` when initializing `AsyncLayoutInflater`. For AppCompat context, this can be provided through `AsyncAppCompatFactory` which initializes AppCompat views correctly.\n- The `inflate` API accepts an executor on which `OnInflateFinishedListener` callback can be triggered.\n\n### Version 1.1.0-rc01\n\nMarch 26, 2025\n\n`androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-rc01` and `androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-rc01` are released with no notable changes since the last beta. Version 1.1.0-rc01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/8870a8ee99ec618927a9edb4b6e74b8570381149..f85ba4f521f334ee3e92ab0ff3359be2d281c2b9/).\n\n### Version 1.1.0-beta01\n\nMarch 12, 2025\n\n`androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-beta01` and `androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-beta01` are released. Version 1.1.0-beta01 contains [these commits](https://android.googlesource.com/platform/frameworks/support/+log/4586cf6e518f0c59410ef2b291e34ff9fdcff4e1..8870a8ee99ec618927a9edb4b6e74b8570381149/asynclayoutinflater).\n\n**Bug Fixes**\n\n- This library now uses [JSpecify nullness annotations](https://jspecify.dev/), which are type-use. Kotlin developers should use the following compiler argument to enforce correct usage: `-Xjspecify-annotations=strict` (this is the default starting with version 2.1.0 of the Kotlin compiler). ([I32dda](https://android-review.googlesource.com/#/q/I32ddafb7e7412d5570a803f82d3e1f45b2febd4c), [b/326456246](https://issuetracker.google.com/issues/326456246))\n\n### Version 1.1.0-alpha01\n\nOctober 5, 2022\n\n`androidx.asynclayoutinflater:asynclayoutinflater:1.1.0-alpha01` and `androidx.asynclayoutinflater:asynclayoutinflater-appcompat:1.1.0-alpha01` are released. [Version 1.1.0-alpha01 contains these commits.](https://android.googlesource.com/platform/frameworks/support/+log/4586cf6e518f0c59410ef2b291e34ff9fdcff4e1/asynclayoutinflater)\n\n**New Features**\n\n- Allows configuring a `AsyncLayoutFactory` when initialzing `AsyncLayoutInflater`. For AppCompat context, this can be provided through `AsyncAppCompatFactory` which initializes AppCompat views correctly.\n- The inflate API accepts an executor on which `OnInflateFinishedListener` callback can be triggered."]]