0

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.

1 Answers1

3

you can't have multiple Activities on screen at once(interacting with user). see this post.but maybe you can use AndroidFragments and ActivityGroup

Community
  • 1
  • 1
ρяσѕρєя K
  • 132,198
  • 53
  • 198
  • 213