MULTI-Window Support
In this document Overview Multi-Window Lifecycle Configuring Your App for Multi-Window Mode Running Your App in Multi-Window Mode Testing Your App's Multi-Window Support See Also Multi-Window Playground sample app Android N adds support for displaying more than one app at the same time. On handheld devices, two apps can run side-by-side or one-above-the-other in split-screen mode. On TV devices, apps can use picture-in-picture mode to continue video playback while users are interacting with another app. If you build your app with the N Preview SDK, you can configure how your app handles multi-window display. For example, you can specify your activity's minimum allowable dimensions. You can also disable multi-window display for your app, ensuring that the system only shows your app in full-screen mode. Overview Android N allows several apps to share the screen at once. For example, a user could split the screen, vie...