I have added a menu to ListView Activity and wanted to allow the user to select the information that would be displayed in the ListView. So for example:
- The ListView is populated in the onCreate method.
- The user selects an option in the menu.
- Upon the user making this selection the ListView would be populated with a different array.
Is onResume() executed after the menu is closed? I would test this but I am not currently home. What is the best way to do this?
Thanks, Rob