Wednesday, 7 August 2013

TabHost : Start the activity without destory other activities

TabHost : Start the activity without destory other activities

I am new to android, I am using the TabActivity. From the TabActivity I am
starting the activity from intent. Order of Activity A - B - C - D then
from the activity D, How can I create the same new Activity A (destroy the
previous A). If i use the FLAG_ACTIVITY_REORDER_TO_FRONT its does not
create the activity, instead open the last Activity A, If I use the
Clear_top then it destroy the B and C Activity.
Please help to achieve this.

No comments:

Post a Comment