Always did hide sub-lists using ExpandableListView.
Is it possible to do the same with standard tools in RecyclerView? Or is it better to use the good old ListView?
If so, how?
Always did hide sub-lists using ExpandableListView.
Is it possible to do the same with standard tools in RecyclerView? Or is it better to use the good old ListView?
If so, how?
Source: https://ru.stackoverflow.com/questions/504838/
All Articles