AnimatedExpandableListView icon indicating copy to clipboard operation
AnimatedExpandableListView copied to clipboard

Performance tuning

Open neokidd opened this issue 10 years ago • 1 comments

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

neokidd avatar Oct 07 '14 08:10 neokidd

Needs update

idunnololz avatar Dec 10 '14 10:12 idunnololz