Related questions
ActivityGroup Example
Can anybody please give me an example of ActivityGroup. I have heard that by making use of ActivityGroup we can change the nested activities maintaining the TabHost as it is.
Any help would be greatly appreciated.
Thanks,
david brown
Android 1.6 & Fragment & Tabhost
I'm working on upgrading an Android application (1.6 compatibility) which uses a TabHost to show 3 different tabs with nested activities.
At the time I used the ActivityGroup trick to show nested activities in a tab but I'm very unhappy with this …