AndroidTreeView
AndroidTreeView copied to clipboard
AndroidTreeView. TreeView implementation for android
Hot to refresh view, like notify data set changed in RecycleView?
I have run this project in my android studio. But it is not working properly due to build errors, can you please tell us how to compile with latest version...
**ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.github.bmelnychuk:atv:1.2.+.**
Refresh Data
Hi guy, I want to refresh the data on the node, which method should be called?
Hi all, Do I want to highlight node selected when the user's click on a node?
Hi, i used this tree view to display about a lot of data. I only load the data into the Tree view that needs to be displayed. But sometimes i...
Hi. I have a big tree and I need to make a specific node visible (on screen center). In other words, I need scroll to that node programmatically. For example:...
I'm try by this code for (TreeNode tn: tView.getRoot().getChildren()) { Log.d(TAG, ((MyHolder.IconTreeItem) tn.getValue()).getText()); if (((MyHolder.IconTreeItem) tn.getValue()).getText().toLowerCase().matches("(.*)"+edFind.getText().toString().toLowerCase()+"(.*)")) { Log.d(TAG, "Совпадение " + ((MyHolder.IconTreeItem) tn.getValue()).getText()); tView.selectNode(tn, true); } } not working :...
Is it possible that set Listener for diffirent view on each Item?