我可以在列表视图中使用列表项添加微调器等组件吗?

发布于 2024-12-04 21:06:52 字数 82 浏览 0 评论 0原文

我正在使用带有 n 个列表项的列表视图。 我需要为我的所有列表项添加一个微调器。 是否有任何选项可以动态添加微调器。 因为我无法确定列表项的数量。

I am using a listview with n number of listitems.
I have need to add a spinner with all my listitems.
Is there any option to add the spinner dynamically.
Because i can't determine the number of listitems.

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

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

发布评论

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

评论(1

是的,您可以,为此您需要创建一个自定义列表适配器。有关详细信息,请参阅本教程

http://www.softwarepassion。 com/android-series-custom-listview-items-and-adapters/

自定义 row.xml 以根据您的布局添加 Spinner。

Yes you can, for this you need to create a custom list adapters. See this tutorial for more information

http://www.softwarepassion.com/android-series-custom-listview-items-and-adapters/

Customize row.xml to add Spinner there as per your layout.

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