Have a look at TabHost:
http://developer.android.com/reference/android/widget/TabHost.html

and the tab samples in ApiDemos (in the SDK)

TabHost (the container for the tab control and the child views/
activities it controls) does not have to fill the screen, it can be
just one element of your larger layout.

On Aug 16, 10:58 am, "RKJ (Android developer)" <[email protected]>
wrote:
> Hi All,
>
> I want to create 4(four) tab, on click of each tab i need to call some
> activity through Intent, upto this is OK, but without replacement of
> whole page, I would not like to replace tab, tab will remain
> (unchanged) same for each a every layout/activity, i.e, only lower
> part (content) parts will change.
>
> --RKJ

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