android - Save last Activity state with a Button -


I have two verb: Activity A and Activity B ActivityB Activity B to have a button named CLOSE_FOR_NOW. This button should end the app's screen and while launching the app, activity should start with the first activity (activity A).

Is there any possible suggestion for this? Any help would be appreciated (I'm a newbie for Android programming)


Comments