如何使用 customadapter 在列表视图中添加带有列表项的微调器?
我正在使用列表视图,并且有许多列表项。 我需要添加一个包含所有列表项的微调器。 我正在使用 customadapter,我的问题是添加我们可以使用 imageview 的图像。 对于旋转器我可以使用什么?
I am using a listview and there are number of listitems.
I need to add a spinner with all my listitems.
I am using customadapter and my problem is for adding a image we can use imageview.
For spinner what can i use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是代码。
Here is the code.
如果您使用布局 xml 构建行,请将 Spinner 放置在那里。如果您以编程方式进行,则可以使用 Spinner 类。
If you are constructing your row using a layout xml, place the Spinner there. If you are doing programmatically you can use Spinner class.