I have an activity group which contains 2 activities. From first activity I goto the 2nd. I have a close button inside my 2nd activity. When I do a close over there, I should close that 2nd activity and the first activity should come with the data which it had earlier. That means I cant call intent to the 1st activity while doing close. Because then the data in 1st activity will change. How can I do this?
Share
I got it worked. Inside the activity group class,give the following code: