In my application I want to use 4 tabs and each tab will have more than one screen. So I tried to get this and found there are two ways to do this:
- Use
ViewFlipper
inside every tab. - Use
ActivityGroup
in tabs.
However, I'm not sure which will be efficient and easy way to do this since I'm a newbie in Android. So please help me.
Please post me some link where I can get sample code related to ActivityGroup
.