I have a Tabbed Activity. I extend in my main Activity TabbedActivity and create two activities that are the tabs with intents. Problem is I want the user to be able to shut down the program and i haven't figure out how to shut down the whole program.
If i put a menu in say the console tab, that is finish(), then it will shut down but task manager i have indicates its running still. I think that is because i have to close all 3 of my activities, and i'm not sure how to do this.
Mike