-
Thanks for your awesome project, but I found some issue in "Custom Holder Example". If you expand the Social node, it will cause a wrong animation.
[![cast_new.gif](https://s12.postimg.org/vgde7bzk…
-
I've created TreeNode structure and used it with AndroidTreeView. When I'm trying to reuse this structure with new AndroidTreeView I receive error
```
Caused by: java.lang.IllegalStateException: The …
-
I am experiencing a crash only from a signed APK build, working flawlessly in debug mode.
Crash is happening when I instantiate the tree view.
Here is the crash
03-14 10:38:24.908 28668-28668/? E/A…
-
Hello, I'm quite new to Android development.
I'd like to insert an AndroidTreeView in a custom dialog. I'm using [this nice lib](https://github.com/afollestad/material-dialogs) to create dialogs with …
-
Good afternoon,
I create TreeNodes with custom TreeViewHolder, that has delete button. I want to delete elements from list. AndroidTreeView is a view for alert dialog.
Can I somehow dismiss alert di…
-
I have a fragment with an android tree view in it. When I click a Node, It opens a new fragment displaying information on that node. This is how the new fragment is displayed:
`FragmentTransaction …
-
When the parent node is not expanded, `androidTreeView.getSelected()` cannot get the correct selection when the parent node is checked.
xleix updated
4 years ago
-
- start with impressive graphs
- example group for each chart type
- realtime example with lots of data
- simple examples with all features in 4.2
- use cardviews
- fullscreen button -> change to hori…
-
Current default animation has no upper time limit to complete. It is taking too long if the selected node has too many children. Is there any way to modify the animation outside the library? I tried s…
-
I am using AndroidTreeView to show a hierarchy of items. First level of treeview is not being displayed with padding. the tree view like hierarchy is showing up from second level to all other levels. …