Android and popping from Activity C to Activity A or B -


i have 3 activities in activity stack, (main) -> b -> c.

a starts b starts c.

my c dialog box 1 button take me , 1 button take me b. activity b must therefore have history, if c calls finish() end in b.

given this, how (efficiently) set up? i.e. how (efficiently) go c a?

i assume want finish() b if user selects button on c. have b start c result (startactivityforresult()) , have c send b result. if result "go a", b can finish().


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -