Blogcat/Android-ExpandableTextView

A way to cache the views after adding?

Opened this issue · 0 comments

J6ey commented

If we have different categories of ExpandablePlaceHolders and we often switch between them to load different data, caching the data for each placeholder is more efficient and quicker than removing all views, and repopulating the placeholders. What is the best way to do this here? The placeHolder.getAdapter().notifyDataSetChanged(); does not seem to work.