views:

33

answers:

1

I am developing an Android application consisting of 4 tabs. On the first tab I have a button, which again calls an Activity called ActivityA.

When my ActiviyA is started, the tab control is not shown anymore.

Can anybody provide solution for this.

A: 

Normally, when another activity is launched, it hides the TabActvitiy. Fortunately, it's possible to workaround this by using ActivityGroup class. Here is a complete tutorial which explains how to do it: Android: TabActivity Nested Activities

Cristian
Hello Christian C.,Thanks for the link, it helped greatly, but i am still stuck, as i am unable to revert back to the previous activity,can there be some more help.
Girish