views:

5

answers:

0

Hi there. I have been having a problem with passing data in bundles. I have been able to pass data from Main activity(1) to a subactivity(2) and back with n prob. But I also have another subactivity(3) within the subactivity(2) screen ( basically it goes to a whole new screen) - you manipulate data, then return to the previous screen(subactivity 2). The data passed back should display as the updated data , but it does not - however , if I go BACK AGAIN to the main activity(1) and THEN proceed to subactivty(2) again - the new updated info appears.

Is there a special way to deal with data when passing between multiple subactivites? I am thinking that subactivity(1) is only fully loading the data after it is returned to the main activty(1) , then accessed again.. thanks in advance. Ive looked for the answer but most answers only deal with the activity and 1 subactivty - maybe I am not even supposed to be doing this?? any help is appreciated. thanks.