I created a tabbed application in which I have three tabs. In the first activity I am opening a class named Home.class and inside the Home.class I want to start another activity that should open in that tab itself is it possible. Please help.
Asked
Active
Viewed 947 times
3 Answers
0
To start multiple Activity in one tab, you need to extend your tab with ActivityGroup
. and when are you starting new Activity you need to use startChildActivity

Dinesh Prajapati
- 9,274
- 5
- 30
- 47
-
There is nothing in this link – James Nov 23 '11 at 10:06
-
Doesn't it download sample project? – Dinesh Prajapati Nov 23 '11 at 10:07
-
there is problem with your browser then.. right click and save as – Dinesh Prajapati Nov 23 '11 at 10:20