AnimatedExpandableListView
AnimatedExpandableListView copied to clipboard
Performance tuning
There can be performance issue using this AnimatedExpandableListView when the child view getting more complex. This branch gives a suggestion for how to using AnimatedExpandableListView efficiently. That is, using LRU cache to caching view created during animation, so that saving CPU times for creating child views. This can be done in their view adapter.
More analysis and data are in the READ.md
Needs update