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

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -