使用收藏整理内容 根据您的喜好保存和分类内容。
Cursoradapter
将 Cursor 数据公开到 ListView 小部件。
最新更新 |
稳定版 |
候选发布版 |
Beta 版 |
Alpha 版 |
2018 年 9 月 21 日 |
1.0.0 |
- |
- |
- |
声明依赖项
要添加对 CursorAdapter 的依赖项,您必须将 Google Maven 存储库添加到您的项目中。阅读Google 的 Maven 存储库以了解更多信息。
在应用程序或模块的 build.gradle
文件中添加您需要的工件的依赖项
Groovy
dependencies {
implementation "androidx.cursoradapter:cursoradapter:1.0.0"
}
Kotlin
dependencies {
implementation("androidx.cursoradapter:cursoradapter:1.0.0")
}
有关依赖项的更多信息,请参阅添加构建依赖项。
反馈
您的反馈有助于改进 Jetpack。如果您发现新问题或对改进此库有想法,请告诉我们。在创建新的问题之前,请查看此库中现有问题。您可以通过单击星形按钮为现有问题投票。
创建新问题
有关更多信息,请参阅问题跟踪器文档。
此工件没有发行说明。
本页上的内容和代码示例受内容许可中描述的许可的约束。Java 和 OpenJDK 是 Oracle 和/或其附属公司的商标或注册商标。
上次更新时间为 2024-06-10 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-06-10 UTC。", "confidential": False }