Narendar wrote:
> Hi all
>
> I have 3 tabs, named : Tab1, Tab2 and Tab3          (class
> MainTabActivity extends TabActivity)
>
> Each tab has its own Activity, for say, Tab1 has Activity1, Tab2 has
> Activity2 and Tab3 has Activity3
>
> ie  I have a MainTabActivity and 3 Acitivities for each tab
> (Activity1, Activity2, Activity3) RIGHT?
>
> Now my problem is below
>
> Activity1 has a button to start new Activity, for say, Activity4.
> Using Intent whenever I start new activity, the Activity4 cover the
> entire screen, but I want to start that activity as a part of Tab1 ie.
> Tab should have still there but change Activity1 to Activity4 in same
> tab.
>
> Although Tab creation is very easy in Android.
> Here is sample example also for creating tab
> http://developer.android.com/resources/tutorials/views/hello-tabwidget.html
>
> Please Note that, I have searched so many discussion in various forums
> regarding my problem but not get proper solution.
>
> Kindly waiting for needful response.
> Narendar

instead of placing Activity1 in the first tab put here your custom
ActivityGroup which will manage "child" Activities as you want

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to