bmelnychuk / AndroidTreeView

AndroidTreeView. TreeView implementation for android
Apache License 2.0
2.99k stars 618 forks source link

search in treeview #127

Open MFV96 opened 7 years ago

MFV96 commented 7 years ago

how to can search in title of tree view??

maxime-kouemo commented 6 years ago

Please, have you found the solution? I have to know if it is possible before using it in my project.

Toqeer12 commented 6 years ago

Hye @maxime-kouemo have you found the solution? i need it in my project....

maxime-kouemo commented 6 years ago

Not yet I am implementing one with the filterable logic. So far I am not able to redraw the original treeview when I clear the filter.

Toqeer12 commented 6 years ago

filterable logic ? can you help how i can implement this ?