bmelnychuk / AndroidTreeView

AndroidTreeView. TreeView implementation for android
Apache License 2.0
3k stars 620 forks source link

when parent(TreeNode) is clicked,data in child(TreeNode) has change,how to notify child refresh? #68

Open zzw3239 opened 8 years ago

bmelnychuk commented 8 years ago

You have refresh it manually or re-create node

Alexander-dfzz commented 8 years ago

Can you tell me more about it?

doruchidean-lifeishard commented 8 years ago

would be useful an updateNode() method ritht next to add() remove() in AndroidTreeView class