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
Post a Comment