Hi,
how could I get data from a Sub Sub Activity?
A1, A2 and A3 are Activities.
A2 is Subactivity of A1
A3 is subactivity of A2 and Sub Sub Activity of A1
D3 is the return value from A3
This would be the sequence
A1-startSubactivity(...)->A2-startSubactivity(...)->A3
D3 <-[Here is myProblem] - D3 <- setResult(...) - D3
I know, what I must do, if I want to get Results(See Subactivities with return value ) from a Subactivity but I don't know, what I should do.
How can I pass to A1 this data(D3)?
I would eternally thank somebody, who helps me.
Thanks for all


