multi-window Questions
8
Solved
I'm wondering if anyone knows how to open two windows of Android Studio with both having the same project. I know you can drag tabs out, but that allows you to only edit that one file. I want two f...
Dulcine asked 14/3, 2014 at 15:58
1
Solved
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?
Morgenthaler asked 28/8, 2020 at 15:12
1
I'm writing a card game app for iPad and want to bring it to the Mac using Catalyst. The game is not one where supporting multiple windows makes a lot of sense. However, there is a statistics scree...
Tenuis asked 4/4, 2020 at 18:38
1
Solved
My app supports multi window feature. I want the app to take dimensions from different dimens.xml files when the app is in normal mode and multi window mode.
I have declared the minWidth = 255dp ...
Ethology asked 25/10, 2019 at 8:30
2
I'm using SDL 2.0, and decided to try out making multiple windows. Unfortunately, now I can't quit out of my program without going back to the IDE and force closing it.
The event handling is as si...
Escribe asked 9/7, 2013 at 6:8
2
Solved
I am trying to disable multi window feature of android. I have read the android documentation and know that resizeableActivity would only work for android N (API level 24) but I want to disable i...
Stodder asked 20/3, 2017 at 14:3
1
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. ...
Pyrotechnics asked 15/7, 2019 at 9:37
2
I want to get notified from my background service when the user switches to multi-window mode. Is there a way to get this information by a service other than the activities involved in the process....
Largish asked 10/3, 2017 at 12:18
3
Solved
I want to disable multi-window support for an activity in my app.
I have set resizeableActivity to false in my Manifest but when I long press recent app icon, the app still goes in multi-window mod...
Ship asked 21/7, 2016 at 14:0
1
Has anyone got any experience or advice on managing back stack and tasks in PiP mode for android O?
Entering PiP mode seems to detach the activity from the current task stack. And exiting doesn't...
Appellate asked 19/7, 2017 at 10:33
4
Solved
I went and tried to add Samsung's multi-window support for my app following this link. My app did appear in Samsung's multi-window applications tab, and I was able to drag and drop it into the scre...
Redeem asked 1/1, 2013 at 13:54
1
Solved
I'm having a problem with RxJava, Retrofit and Multi-Window mode...
I'm calling our own api with Retrofit inside an Activity (the actual code is a little bit more complex than this):
api.getEvent(...
Almund asked 3/4, 2017 at 10:23
5
Solved
Is it possible to have openGL in 2 windows? as in 2 different windows (lets say the first is 640x480 and the other is 1024x768) rendering different things (lets say one window is an editor and the ...
Foulk asked 17/1, 2009 at 4:41
2
Solved
From Multi-Window documentation:
Disabled features in multi-window mode
Certain features are disabled or ignored when a device is in multi-window mode, because they don’t make sense for an ac...
Darmit asked 23/12, 2016 at 16:35
1
In my app, I am relying on onUserLeaveHint() method when the user presses the home button, but this method is also being called when you are starting multi window mode in android 7.0 by long pressi...
Boggart asked 4/10, 2016 at 14:18
1
With Android's Multi-Window support, how do I detect if the status bar is visible? For instance, when in portrait orientation, the status bar might be visible if I'm the top app, but won't be visib...
Xerosere asked 22/8, 2016 at 21:42
2
I am trying to make our video app to support Android N multiwindow mode. I have discovered that activity lifecycle becomes confused in multiwindow mode. The phenomenon is when our app layouts on th...
Alternant asked 28/9, 2016 at 3:54
1
Solved
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 o...
Institutor asked 12/9, 2016 at 13:54
1
Solved
I am trying Android N multi window feature and I have found myself confused when starting a new activity. The problem is that when I start a new Activity, the onStop() callback is not being fired a...
Cardio asked 8/8, 2016 at 13:12
1
We are developing a large scale application in angular. It has separated multiple modules and more than 100 pages per module. It is a garment ERP. A lot of business is here. Many times the client w...
Jodeejodhpur asked 25/9, 2014 at 10:11
2
Solved
I have two displays and using VS 2015 in multi-window mode (i.e., separate tabs on different screens).
VS 2013 always showed only one icon on taskbar which was very comfortable but VS 2015 shows o...
Burgwell asked 24/11, 2015 at 9:11
2
Solved
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 , an...
Barrett asked 1/12, 2013 at 8:57
1
Solved
I am currently trying to implement the Multi Window Feature to my Application.
I followed this guide.
And here is my Problem:
I added the following lines to the manifest
<intent-filter>
...
Alaynaalayne asked 17/11, 2012 at 21:23
1
© 2022 - 2024 — McMap. All rights reserved.