We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
demo里面都是自己造好数据,通过一个for循环,把组分好了,然后填充到Adapter中,我目前在项目中,需要自己分组,然后设置对应树形结构.例如我通过map把一组数据里面相同的name来进行分组,来做成这种结构的数据 List<String,List>那么再来一个person数据,在adapter里面我怎么只更新某个name下面的child,也就是怎么只更新parent下面的child类呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
demo里面都是自己造好数据,通过一个for循环,把组分好了,然后填充到Adapter中,我目前在项目中,需要自己分组,然后设置对应树形结构.例如我通过map把一组数据里面相同的name来进行分组,来做成这种结构的数据 List<String,List>那么再来一个person数据,在adapter里面我怎么只更新某个name下面的child,也就是怎么只更新parent下面的child类呢?
The text was updated successfully, but these errors were encountered: