标签: android list android-listview indexing
如何在删除第2行后更新5行列表的索引?
答案 0 :(得分:0)
只需从列表视图的数据集中删除第二项,然后在listview适配器上调用notifyDataSetChanged,如 -
while( *str != '\0' ) checkmap[*str++]++;