You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: