在android中使用自定义BaseAdapter时在列表视图中存储复选框的状态?
我有一个列表视图,其中包含图像、文本和复选框,我使用 BaseAdapter 对其进行了膨胀。我只想发送那些选定的图像,但如何存储复选框的状态? 可能是我错了,因为我使用的是baseadapter。您可以建议任何其他方式来做到这一点。
i have a listview which is having image, text and checkbox i have inflated this using BaseAdapter. i want to send only those images which are selected but how to store the state of checkbox ?
may be i am wrong as i am using baseadapter. you can suggest any other way to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请看下面我的 Baseadapter
,这是我的 oncheckchangedlistener
please look below my Baseadapter
and here is my oncheckchangedlistener