I have already implemented one application using TabActivity. Now, I want change from TabActvity to Fragments, but in my application I need to show 4 tabs and each tab I want to show multiple child activities, Previously I had created TabActivity and created 4 ActvityGroups and from each ActivityGroup I need to show multiple child Activities.Now, how can I achieve this scenario by using Fragments.
Please help...