simphonydeveloper
simphonydeveloper
thank you, it's working. i want to know,Can this component work well with Switch? Thanks again.
 I haven't implemented getCheckableView. I want to update all child nodes below when changing a parent node, but I couldn't find a parent class in ViewBinding that can operate...
Sorry,I have reviewed your example, and you executed it through the menu item. How do I perform this operation on the switch of a certain node? Thanks ```kotlin class ViewBinder...
repository: https://github.com/simphonydeveloper/AndroidTreeViewSample.git Thanks
Thank you! Great code, I have implemented the simultaneous selection and closure of Switch according to your code. When all child nodes are selected, the parent node is also selected....
Thank you . i'm Implemented my need. bu i think exist a bug. when i manual update parent node selected status it's not updated. actually. i was updated it. ...