Introduction
ExpandablePlaceHolderView is build on top of PlaceHolderView and is used to create ExpandableListView using (RecyclerView). It has got two types of item views.
- Parent item view
- Child item view
The parent item view defines the header view and contains the child item views in expanded/collapsed state.
Child item views are associated with their respective parent item views.