Main does a StartActivity("A")
Activity A does a StartActivity("B")
if the user presses the back button the focus goes back to Main. How do I get a return to Activity "A" when the back button is pressed in Activity "B"? In other words, how do you return through the call stack?
Thanks,
Tony
Activity A does a StartActivity("B")
if the user presses the back button the focus goes back to Main. How do I get a return to Activity "A" when the back button is pressed in Activity "B"? In other words, how do you return through the call stack?
Thanks,
Tony