I have 3 activities A, B, C. A activity has a fragment that holds a big amount of data. So does B. My problem is I go from A to B, and from B to C. And when i want to return from B to A with setResult() method. A activity starts from the beginning, not from onActivityResult(). I need help to solve the problem.
Asked
Active
Viewed 44 times
0
-
did you started activity for result? – Salmaan Jul 23 '15 at 04:46
-
yes i start from A activity, it is very big code. Its that ok if i post it here – Farruh Habibullaev Jul 23 '15 at 04:51
-
post your code man.. – Sagar Limbani Jul 23 '15 at 04:59
-
can you please post your code so we can help you in right direction to solve your problem very quickly? – Durgesh Patel Jul 23 '15 at 06:06
-
It is normal behavior. You don't have to post a lot of code. Just make three minimal activities that demonstrate the problem. Is good for your insight. In that onCreate look at its parameter when not null. It tells all. – greenapps Jul 23 '15 at 06:40