Do I need to write some extra code in my Android application to support Multi-Window Applications?
Asked
Active
Viewed 299 times
0
-
1If by "support Multi-Window Applications", you mean "allow my activities to appear in windows", then no, by default, this happens automatically. You have to take special steps to try to *prevent* your activities from appearing in windows. – CommonsWare Oct 26 '16 at 14:53
-
With only half of the screen available you should probably have to adapt some layouts. – greenapps Oct 26 '16 at 14:59
-
Check Google developer website before asking question https://developer.android.com/guide/topics/ui/multi-window.html – YLS Oct 26 '16 at 15:00