0

I have a Tabhost which is my main activity. When a tab is clicked you will see the activity inside the Tabwidget. In the inside activity i have this button which launch a new intent. Is there a way that this intent can be launch in the same Tabhost and Tabhost widget? I want it to look the same and still to be with the Tabhost in the view..

Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
Asaf Nevo
  • 11,338
  • 23
  • 79
  • 154

1 Answers1

0

check this link out on TabGroupActivity and see how it works. This will display your tabs in whatever activity you launch.This should solve your problem. http://androidmaterial.blogspot.in/2011/04/how-to-us-tab-group-activity-in-android.html

Jeris
  • 2,355
  • 4
  • 26
  • 38