PoliceFreez Member Licensed User Longtime User Jun 24, 2020 #1 I have a LG G8X with due (two screens). Any ideas on how to code to take advantage of the additional screen? This will also be interesting for Samsung duel screen phones.
I have a LG G8X with due (two screens). Any ideas on how to code to take advantage of the additional screen? This will also be interesting for Samsung duel screen phones.
agraham Expert Licensed User Longtime User Jun 24, 2020 #2 And the Surface Duo - which I anticipate purchasing as soon as it is launched Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jun 25, 2020 #3 I believe that this is the relevant API: https://developer.android.com/reference/android/app/Presentation This will require building a library. Upvote 0
I believe that this is the relevant API: https://developer.android.com/reference/android/app/Presentation This will require building a library.
agraham Expert Licensed User Longtime User Jun 25, 2020 #4 I believe that Presentations are a specific kind dialog A presentation is a special kind of dialog whose purpose is to present content on a secondary display Click to expand... A more general use of two screens by Activities is here Learn about foldables | Jetpack Compose | Android Developers developer.android.com I think that to support the general case of multi-screen Activities would need changes to B4A core libraries. Upvote 0
I believe that Presentations are a specific kind dialog A presentation is a special kind of dialog whose purpose is to present content on a secondary display Click to expand... A more general use of two screens by Activities is here Learn about foldables | Jetpack Compose | Android Developers developer.android.com I think that to support the general case of multi-screen Activities would need changes to B4A core libraries.