我可以在列表视图中使用列表项添加微调器等组件吗?
我正在使用带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(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.