Is there any way to add an activity into another activity?. I think TabHost can do this but I don’t know how. In my application, I have a LinearLayout beside a list of button. I wanna add some activities (or intents) inside it then, I can make it visibility according to the clicked button.
Share
Thanks to MikeIsrael, I found this library. Hope this helps.