Development of Android software which utilizes multiple displays.
Questions tagged [multiscreen]
162 questions
0
votes
1 answer
How to create 'widescreen' and 'computer' class in same grid using Semantic UI
How to create more than one screen size in the same grid like below
Content here
This is not working. It's always taking the last…

Dhanapal
- 350
- 2
- 7
- 29
0
votes
1 answer
Multi-Desktop in tablet (Android)
I'm going to do some project we need to manage 2 screen (output), one of them needs to display on tablet and another output needs to display on other monitor.
Actually I have 2 Apps we need display one of them on tablet another on regular monitor.…

Sina
- 575
- 1
- 5
- 23
0
votes
1 answer
How to make Multi screens supported layout for 16:9, 18.5:9, 19:9
I have just developed an android app. The home page of this app have to scroll in 16:9 ratio (1080x1920 pixels)supported devices (including admob bottom banner). But it works pretty well in 19:9 ratio (1080x2280 pixels) and 18.5:9 ratio (1080x2220…

tofa
- 59
- 1
- 8
0
votes
1 answer
Implementation of multi-screen layout with toolbar limited to only one portion of the layout
I am trying to create a XML design for android tablet. Please look at the samples I attached Navigation drawer , Main-layout,
Layout-2. I have to implement multi-screen layout with toolbar limited to only fragment-1 (ie orange portion in…
user8994504
0
votes
0 answers
How to get monitor number in multi display configuration
When you configure a multi display setup in Linux you can place the monitors as you wish and a single desktop canvas is created. In a very simple example I could place two monitors, each 1920x1200, side by side to create a 3840x1200 desktop.
The…

David
- 31
- 4
0
votes
3 answers
Why does it not pass data when I pass bundle from one activity to another in android?
I am trying to pass private String from MainActivity to another activity. Here is the code:
MainActivity
public class MainActivity extends AppCompatActivity {
private String data1;
private String data2;
@Override
protected void onCreate(Bundle…

Kiran Cyrus Ken
- 379
- 1
- 3
- 17
0
votes
1 answer
QT Rectangle Wrap Around
I'm working on a fullscreen project and I'd have two questions :
1) Is it possible to display my window in fullscreen on a multi screen setup ?
2) I need to make a rectangle wrap around my window, I mean that if it goes beyond the right edge, the…

Azalkor
- 87
- 7
0
votes
1 answer
layout not supporting in 7inch android tablet
i have added a layout and it needs to be supported in mutiple screens,i have added layout-xlarge and layout-large and customised each layout but when run the app there is an error >>
Caused by: android.view.InflateException: Binary XML file line #0:…

MIDHUN CEASAR
- 131
- 2
- 9
0
votes
0 answers
How to maximize a window on the second screen without blink?
I'm now writing a program showing different windows two screens.And I need to maximize the both two.Here problem comes:
Window2 win2=new…

EOF_Y
- 43
- 6
0
votes
2 answers
Android Multiple Screen
i have a problem with multiple screen in android.
after i read this web pages :
https://developer.android.com/guide/practices/screens_support.html
developer.android.com/training/multiscreen/screensizes.html
i tried to change my activity to a…

AREF
- 125
- 10
0
votes
1 answer
Saving UI state when moving between screens/activities Android app
I am doing a multiscreen quiz app. For each question I have a separate activity / screen. At the bottom of each screen there are next/previous "buttons" which navigate to the next/previous screen. Please see the UI example of a screen with a…

Justyna Goławska
- 13
- 1
- 8
0
votes
2 answers
android layoutparam support multi screen
I have a view, I want to place it at (x, y) position via WindowManager.LayoutParams.
My code is:
mHeadLayoutParams = new WindowManager.LayoutParams(
WindowManager.LayoutParams.WRAP_CONTENT,
…

Ngoc Trung
- 35
- 7
0
votes
1 answer
Disable focus on second screen in objective-c
i have an app and i try it on multi screen. I have two screens and i want to disable focus on the second screen when the both sreens are enterFullscreen, i want to force the focus on the main screen.
I tried solutions i found here but doesn't change…

miDark
- 83
- 9
0
votes
1 answer
JavaFX ObservableList toTableview via Task Thread
I am building a multiscreen JavaFX app with data being pulled from a SQL database to ObservableLists and displayed in the interface via Tableview. Because of the multiscreen nature of the app, I am trying to initialize the data from the…

Jonathan Smith
- 13
- 4
0
votes
1 answer
Hibernate second level cache for multi page form
I have a multi page form, where end user has to navigate to multiple screens, where each page data has to be persisted in DB. I am looking for caching the query and the results so that they can be reused whenever user tries to navigate to back and…

user2585494
- 483
- 2
- 7
- 18