I have 3 FrameLayout in my program.
I have three FrameLayout in my program. I want in the each one, one Activity will be displayed. Is there such a thing possible? Thanks.
I have 3 FrameLayout in my program.
I have three FrameLayout in my program. I want in the each one, one Activity will be displayed. Is there such a thing possible? Thanks.
you can't have multiple Activities on screen at once(interacting with user). see this post.but maybe you can use AndroidFragments and ActivityGroup