Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在问这个问题之前我在谷歌上搜索过,我得到的答案很少,比如Android:CursorAdapter、ListView 和 CheckBox等,但我需要在单行列表视图中使用多个复选框,现在我的问题是如何保持它的状态
您基本上需要一个自定义适配器。覆盖getView以返回View带有三个框的 a。以下链接应该会有所帮助:
getView
View