I'd like to have an options menu that includes a logout option to exit the entire app, but none of the logout()
, exit()
, finish()
methods I've tried to incorporate do more than just exit the present activity to show the previous one.
I didn't see anything addressing this on the SOF site, so maybe I'm not approaching a logout in the best way. Optimally, it would also prompt a "Are you sure you want to exit the app" message and flush out particular SQLite
data- but I'll worry about that after I get the logout part running.
Any insight?