Is it possible to have 2 different activities in one screen with both having their own layout and class in android studio? What I mean with 2 different activity is, 1 taking half of the screen while the other activity takes the other half. Thank you very much!
Asked
Active
Viewed 32 times
0
-
1I know what you want, to do that you got to use two fragments inside the same activity – daniel.jbatiz Jan 21 '20 at 18:03
-
Watch this video and its playlist https://youtu.be/tfC8J8AeQkw – daniel.jbatiz Jan 21 '20 at 18:06
-
1use fragment instead of activity – Avinash Jan 21 '20 at 18:14
-
Does this answer your question? [Programmatically enter multi-window mode in Android N](https://stackoverflow.com/questions/36567799/programmatically-enter-multi-window-mode-in-android-n) – Ryan M Jan 21 '20 at 21:43