Skip to content

huuphuoc1396/android-multiple-screens

Repository files navigation

Multiple screens

Overview

This sample is about how to display two activities on two screens at the same time. Besides, It also implements the tracking events of LG dual screens by using the SDK of LG.

In the future, you might see foldable phones that support more than one screen or display at a time. Handling this configuration is similar to how developers work with projected screens today on Chrome OS.

Android 10 (API level 29) and higher supports activities on secondary displays. If an activity is running on a device with multiple displays, users can move the activity from one display to another. Multi-resume applies to multi-screen scenarios as well. Several activities can receive user input at the same time.

The LG Dual Screen is a mobile handset with two screens. Independent applications can be run on the screens at the same time.

Testing

Multi displays support