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 活动屏幕,该屏幕显示一个表格,其中最后一列作为可编辑复选框。有人可以帮助开始吗?
另外我想知道是否有一个类似的工具ArrayAdapter,Listadapter它可以显示数组中的数据,除了我想要的是每行的复选框。谢谢
ArrayAdapter
Listadapter
我遇到了一个这样的问题,为此我创建了一个看起来像表格的自定义列表视图,并且每一行都可以使用自定义列表视图适配器动态填充数据。
对于可编辑复选框,单击该行时,您可以在对话框中打开一个编辑文本,然后将其替换为复选框文本。