I am using tab-bar activity. And setting three activities in three tabs. When I open a fourth activity it is opening in separate activity and can not see tabs that I set. How can I open a fourth activity which does not hide three tab bars.
Asked
Active
Viewed 550 times
0
-
1Check this, http://stackoverflow.com/a/11132805/603744 – Andro Selva Jun 25 '12 at 12:01
-
1Try to use the [TabGroupActivity](http://ericharlow.blogspot.in/2010/09/experience-multiple-android-activities.html) – Praveenkumar Jun 25 '12 at 12:04
1 Answers
0
To do this you can use following instead of activity
1. View Flipper
2. Fragment Activity

Sudheesh B Nair
- 11,023
- 1
- 16
- 13