Questions tagged [split-screen]

Split screen is the visible division of the screen, traditionally in half, but also in several simultaneous images.

Split screen is the visible division of the screen, traditionally in half, but also in several simultaneous images.

https://en.wikipedia.org/wiki/Split_screen_(filmmaking)

81 questions
20
votes
3 answers

Android N: How to launch activity in current active window instead of second window when click on notification in split-screen?

In Android N while using split screen I want to launch activity in current active window when user clicks on notification, but Android N always launches activity in second window if launch by clicking on notification. NotificationCompat.Builder…
16
votes
3 answers

Disable split screen android

Good Day, I would like to disable split screen, and get the result what is shown in "Expected Result" screenshot. (Toast with text "App doesn't support split screen") In the "Actual Result" screen you can see how android:resizeableActivity="false"…
VLeonovs
  • 2,193
  • 5
  • 24
  • 44
15
votes
1 answer

How to enable split screen in my Android app?

I want to enable Split Screen for my android app. If I try to drag my app to make it occupy the top half of my android device it gives the message "App doesn't support split screen". However, for other apps such as Facebook and WhatsApp, I am able…
nishith kumar
  • 981
  • 7
  • 20
10
votes
1 answer

Why does NERDTree split or open a new panel seemingly randomly?

I love vim and NerdTree, but I'm sick of the fact that seemingly every time I try to open a file for viewing, half the time it get's rid of the old file I was editing and just opens it, and the other half splits the panel in half and makes me look…
Alexander Kleinhans
  • 5,950
  • 10
  • 55
  • 111
6
votes
1 answer

Split-screen (multi window) mode on android emulator?

On physical device you long press the recent apps button and the split-screen mode is activated. Doing the same on android emulator doesn't work. What to do?
Egis
  • 5,081
  • 5
  • 39
  • 61
6
votes
1 answer

Changing focus to 2nd app in multi-window

I have my two Android apps running in multi-window mode on a Tablet; App1 and App2. App1 is in focus, I send a broadcast from App1 to App2. There I open a web url externally, using startActivity. But that web URL opens in App1 instead of App2,…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
5
votes
0 answers

Launch external app in first window of split screen

I run my two apps in Split Screen mode. First app A, second app B. Now when I start external activity like Google Maps from app A, it always open it in second screen on top of app B. I want it to open on first screen, on top of app A. I even tried…
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
5
votes
0 answers

Need support for Split screen support React native Android

I have been creating eCommerce app in react native . I have some doubts on split screen support. App Screens are working fine if view has scrollView but screen without scrollview will not work. I have doubts in following Is there any specific code…
abdul sathar
  • 2,395
  • 2
  • 28
  • 38
5
votes
1 answer

Support split screen in Android N+ only on tablets

Is there a way to configure multi-window support for an activity only on screens large enough, e.g. tablet? https://developer.android.com/preview/features/multi-window.html#configuring doesn't mention that. Setting android:minimalHeight and…
Dan Dascalescu
  • 143,271
  • 52
  • 317
  • 404
4
votes
2 answers

Launch my two apps in split screen with one launcher - Android

In Android, I have developed two Apps. I want to launch both apps in split screen mode programmatically with one launcher. How do I do that?
M. Usman Khan
  • 3,689
  • 1
  • 59
  • 69
4
votes
2 answers

Check if screen is in MultiWindowMode without activity

Is there any way to find out if screen is split if I have no access to Activity? (Structurally I can't call isInMultiWindowMode method. I see that default Activity#isInMultiWindowMode() implementation is: public boolean isInMultiWindowMode() { …
Andrii Abramov
  • 10,019
  • 9
  • 74
  • 96
4
votes
1 answer

How can an iOS app know if a keyboard is already on the screen when the app opens (iOS Multitasking)

How can an iOS app know if a keyboard is already on the screen when the app opens? Once an app is running, it can receive keyboard show/hide notifications. But if the app opens as a secondary app in Split Screen mode while the primary app already…
SAHM
  • 4,078
  • 7
  • 41
  • 77
3
votes
0 answers

How should I approach a "Split Screen" design?

I need to design a website that is split into two "scrollable" halves. There is a left side and a right side. They both need to scroll independently of each other. How should I approach this? I am not well-versed in JavaScript and would like to use…
Les Taylor
  • 85
  • 1
  • 9
2
votes
0 answers

Is there any way to disable split screen (view two apps side-by-side) for particular screens/ViewControllers?

Is there any way to disable/enable split screen (view two apps side-by-side) for particular screens/ViewControllers on ipad? I am aware of how to do this for the entire application using info.plist. "Requires full screen" option, if this option is…
2
votes
1 answer

Is it possible to have 3 or more applications visible to the user on an android device?

I am writing multiple android applications. I want to have my screen divided in two or more places so that the user can view 3 or more apps simultaneously. In other operating systems like Linux or Windows, one can view as many applications as one…
1
2 3 4 5 6