I'm using a Drawer menu in my Android application and I need to print a list in the fragment by clicking on the side menu item, how do I create a custom ArrayAdapter and how do I invoke it in the fragment?
I'm using a Drawer menu in my Android application and I need to print a list in the fragment by clicking on the side menu item, how do I create a custom ArrayAdapter and how do I invoke it in the fragment?