8000 GitHub - racer-techgithub/MultipleScreens: Demo multi-display in Android
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

racer-techgithub/MultipleScreens

 
 

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 has had since Emulator 29.1.10 Canary.

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%
0