i have implemented activity group in tab host.having 4 activity group.in every first activity of each activity group i have a back button.i am facing one problem.let's assume i am having 4activity group say A,B,C,D.now when application launch,on that time activity group A will be there,when i swith from A->B on than from B->C,now i am in activity group called C.now when i click back button of activity group of a C.on that time current tab of tab host should be prevous tab host from which i have navigated to C.is there any standard method to do that or we need to put as per our logic?
Thanks