tj24

Results 1 issues of tj24

1.使用 BaseNodeAdapter 实现分组效果; 2.动态删除item,调用 mAdapter.removeAt(position) 或者 mAdapter.remove(Item) ,如果是最后一个元素会数组越界; 越界位置在 BaseNodeAdapter 如下位置: ![image](https://user-images.githubusercontent.com/30716086/145038674-5e2c15f4-2d5c-4465-818d-31e065f607d5.png)