使用Adapter类与非AdapterView视图组同步数据

发布于 2024-12-10 09:49:38 字数 119 浏览 1 评论 0原文

我想使用适配器将数据列表与显示数据的垂直 LinearLayout 同步。我遇到的问题是非 AdapterView 视图组(如 LinearLayout)没有 setAdapter() 方法。谁能建议一种实现这一目标的方法?

I would like to use an adapter to synchronize a List of data with a vertical LinearLayout where it will be displayed. The problem I'm having is that non-AdapterView View Groups (Like LinearLayout) do not have the setAdapter() method. Can anyone suggest a way of achieving this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

客…行舟 2024-12-17 09:49:38

而是使用带有 SimpleAdapter 或 SimpleCursorAdapter 的 ListView。这两个适配器都非常灵活,可以根据您的数据进行各种自定义。

Instead use a ListView with SimpleAdapter or SimpleCursorAdapter. Both adapters are very flexible for all kinds of customization based on your data.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文