Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to open new child activity in the parent LinearLayout. Just similar like Tabs.
is this possible?
You can try using ActivityGroup . Multiple activities can be inflated on a single activity using Activtygroup.
ActivityGroup