I have 3 activities. A,B and C. A calls B, B calls C, and the result of C should be received in A. Can you please suggest how to go about it?? I m killing B using finish() after it calls C. So, the result of C should go directly to A Activityonresult. Is it possible??. Please give your suggestions! | |||
Don't kill B, in
where intent is the intent sent back from | ||||
What if you call C from A? Something like: A calls B; instead of calling C from B, finish it and make A call C. Unless the result of C affects B. In such case you have no choice but handling the result of C in B, and set the result of A from there if needed. | |||
default
.
stackoverflow.comm
No comments:
Post a Comment