Frage

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..

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top