NavigationDrawer with ExpandableListView in Xamarin.Android
How to create a NavigationDrawer ExpandableListView in Xamarin.Android I wanted to make a NavigationDrawer that has an ExpandableListView inside since my menu has a lot of items in it. So I created a sample project and it’s also available on GitHub. The Drawer Layout was introduced in Android Support Library in Revision 13. To use it…