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.
I created a tabbed application in which I have three tabs. In the first
Share
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 usestartChildActivity