In my Android application, the Launcher activity is a TabActivity, where the TabHost contain four TabSpec’s of four TabGroupActivity s. By default every TabGroupActivity start a child activity. The child activities are allowed to navigate so many activities.
In this situation I can navigate the tabs and its works fine. But I want to add a feature so that tap in a current tab will restart the childActivity for that particular tab only.
Any idea or sample code?



