TabGroupActivity - startChildActivity - not working
问题 I have been using TabActivity and I want the tab to display on every child activity. I have flow like this MainActivity(TabActivity) -> TabGroupActivity1(TabGroupActivity) -> Activity1 -> Activity2 Now i want to redirect on Activity2 only if the flag is true. so that my code for that is something like bellow. TabGroupActivity public class TabGroupActivity extends ActivityGroup { private ArrayList<String> mIdList; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate