With this tutorial we are going to see how to use Android ExpandableListView. As you might have imagined, ExpandableListView is quite like a ListView but it has 2 levels, one can say. It’s sort of like a menu with sub menus. This is from the official documentation: “A view that shows items in a vertically scrolling two-level list. This differs from the ListView by allowing ...
Read More »