Assume we have 2 activities: A(tabhost activity) and B.
If I do some action at A , and then change to B.
Something like ...
step 1. check the radio button on A
step 2. change to B without doing finish() A
step 3. doing finish() B and turn back to A
However, when I turn back to A, the setting of radio button had been changed to initial.
Is it possible to keep the setting on A when I turn back from B to A?
Any help is as always appreciated. Thanks : )