Hello android developers
I have three Activities, which are started in some kind of chain.
Activity A -> has start button,which starts Activity B.
Activity B -> cancel button,which returns back to Activity A. And capture button,which starts activity C with some data.
Activity C -> retake button,which returns back to Activity B use,which must resume activity A with some data.
My question is which is correct way to start these activities in chain,and how can I maintain flow from Activity C to A.