Questions tagged [multi-window]

176 questions
2
votes
1 answer

Multi-window drag and drop in android N

Android N announced multi-window drag and drop feature, where we can drag and drop objects between activities. This is the video of Google-IO'16 where they show the demo (9:56). Do we have to do anything special to enable this feature in our app or…
Rohith R
  • 1,309
  • 2
  • 17
  • 36
2
votes
1 answer

How to create more than one window of a single sketch in Processing?

I want to create two windows by using just one single sketch in Processing. What I'm trying to do is that if I click a button in one window, then some image appear in another window. I've searched Google and found some examples. Actually, I found…
Jinha.Kim
  • 145
  • 1
  • 3
  • 10
2
votes
1 answer

Multi-window program

I read many articles on the topic, a few of them were here, on stackoverflow, but none of them asked my question. I'll try to be specific. I need to create an application (native WinAPI) with a main window (of window class "a"). When the user clicks…
G. Kashtanov
  • 401
  • 3
  • 11
2
votes
1 answer

popup (like sap.m.dialog) with multiple windows

I´m planning to create a popup window, which has multiple views/screens/or something like that where you can navigate through. I want to keep it responsive so my initial thought was using sap.m.dialog. I´m also using only XML views/fragments and I…
Felix Bockemuehl
  • 157
  • 1
  • 3
  • 14
2
votes
2 answers

Is it possible to have two active applications in android?

In Android , Is it possible to display one application(rendering Video) as a floating screen in one half of the screen. and at the same time interacting with another application(e.g chat application or any other application. ).The floating screen…
scooby
  • 493
  • 11
  • 31
2
votes
2 answers

ios- create multiple window app

How to create an application to support multiple windows. So that user can create new or close window simultaneously in the same app like we can see in browsers. Any suggestion is appreciated.
Preetam Jadakar
  • 4,479
  • 2
  • 28
  • 58
2
votes
2 answers

Creating Multiple-Window Application with Unity3D

I am making a simulation application. It requires to have multiple windows (application windows not GUI windows) that each window have the ability to interact ... like one for Camera view port , another for GUI , etc. Is there any chance to do that…
Ahmadhp
  • 115
  • 3
  • 7
2
votes
0 answers

How to force ActionBar to reevalute bar and overflow menu in multi-window support

I have added support for the Samsung multi-window feature to my android app. All seems to work OK, except when the app is run in multi window mode, the action bar does not adjust the number of buttons to match the reduced app window size. When the…
Gerrit Beuze
  • 903
  • 2
  • 10
  • 26
2
votes
0 answers

How to implement swipe on radial menu to make the menu move out and in of the screen

I have implemented radial menu functionality in my android app. It is semicircular radial menu which is present in the left hand side of the screen. Now I want to implement swipe on it so that I could swipe it out and in whenever I want to toggle…
user1901079
  • 427
  • 2
  • 7
  • 19
1
vote
1 answer

IntelliJ IDEA - Multi-monitor window management

I am using Android Studio Flamingo | 2022.2.1 Patch 2 with a Dual monitor setup as shown in the image below. (Arranged side by side one portrait and other landscape as usual) I have 2 Issues Issue no. 1 I want to split my all .xml by default to…
1
vote
1 answer

How to add content to a new window using flutter with desktop_multi_window package?

I used this code for opening a window. but there is no option for adding content. Currently it's duplicate my current base window. Also there is no explanation in the package documentation. (https://pub.dev/packages/desktop_multi_window) final…
Buddhika
  • 116
  • 2
  • 10
1
vote
0 answers

A script to switch my Display 2 adaptor properties mode in a click for my ultrawide monitor?

I am currently using an ultrawide monitor of 3840x1080 but when I switch to 2Window mode, I.E PS5 display on one side of the screen while my desktop remain on the right side of the screen, the desktop side of the screen remains in 3840x1080…
1
vote
0 answers

Android Multiwindow on Android 11 +

I want to launch third-party apps on floating window I tried : try {ActivityOptions mOptions = ActivityOptions.makeBasic(); Intent i = c.getPackageManager().getLaunchIntentForPackage(s) .addCategory(Intent.CATEGORY_LAUNCHER) …
F00L.r
  • 11
  • 4
1
vote
1 answer

DisplayPromptAsync always displaying on main window

I'm studying to become a developer; as a formative project, I'm working on a desktop app to help me organize local amateur chess tournaments with MAUI. Basically, I want to be able to open multiple windows during the same execution, so that I can…
Kazzix
  • 11
  • 2
1
vote
0 answers

Did split screen (multi window) change status bar behavior with Android 11

I've been building an instrument cluster app that supports multi window (so you can split screen with navigation or media). For Android 6-10 I have no issues by making the following changes upon entering splitscreen mode: if…
osunick
  • 11
  • 2