A Guide to Second Screen Apps in Android

Using Presentation Class To Display Second Screen In Android

Dharmesh Basapati
Level Up Coding
Published in
3 min readJan 24, 2023

--

Graphic created by Author using Canva

Using a second screen in your Android app can be a great way to enhance the user experience and provide additional information or functionality. One way to accomplish this is by using the Presentation class in Kotlin.

--

--