Development of Android software which utilizes multiple displays.
Questions tagged [multiscreen]
162 questions
0
votes
1 answer
Android, viewpager, each layout has own activity
I have 4 screens (4 layouts and 4 activities). Here is the code how I'am switching it:
@Override
public Fragment getItem(int position) {
switch (position) {
case 0:
return new DetailFragment();
case 1:
return new…

mitch
- 2,235
- 3
- 27
- 46
0
votes
0 answers
how to render from 2 cameras on 2 different screens, in XNA?
my needs are to detect if there are 2 screens plugged in (and if not, program will exit), then, I'll let the user choose which screen is the front screen, and which is the back. finally, the game should have two cameras, each should render on a…

gilad hoch
- 2,846
- 2
- 33
- 57
-1
votes
1 answer
delphi7 converted to delphi tokyo app taskbar icon does not like to move to second screen app
my delphi7 apps always show in the primary screen monitor taskbar , Now in delphi 10.2 If I move the app to the second screen the taskbar icon move to that seconds screen .
So now my issue is with the old delphi7 apps which I open and compile with…

Kan
- 111
- 1
- 10
-1
votes
1 answer
How can i create AVD for different sizes and densities?
I am beginner in android programming.
I want to change the program that the program be multi screen. I want to create a few emulator for test my program. I want to create some emulator that check table3 in this…

EMA Quicke
- 1
- 3
-1
votes
1 answer
manually select layout set?
In my xml, i have small, normal, large and default layout set.
I don't want device auto select layout set but i want to select base on device width's resolution.
This is my manifest.xml

Alan Lai
- 1,094
- 7
- 18
- 41
-2
votes
2 answers
How to correctly support multiple screen sizes
I have recycler view item with fixed height, so on 2560x1440 device it looks cool, but on 1280x720 it looks horible. I read google docs about that and they say just to use "wrap_content" , "match_parent" and use only dp and sp. As you can see below…

Toper
- 263
- 5
- 17
-2
votes
1 answer
Multi screen problems
I have two questions:
I have an imageview that when I touch it I send it to an (X,Y) position. I have an S4 and a Galaxy Note 3 both with resolution (1920x1080) and density xxhdpi.
When i test them, i notice the imageView in different devices not…

user3240604
- 407
- 1
- 8
- 22
-2
votes
3 answers
How to make multiple screen support in android?
I designed an app which works well with 320*480. My problem is that when I install and use my app on small or large displays such as 240*320, 480*800 I'm experiencing problems with the alignment of the components.
I know something that I have to…

Prakash Jackson
- 435
- 6
- 10
-3
votes
1 answer
How to build a skype-like small video chat window (multiscreen)?
I am trying to build a small video chat window which can co-exist on the screen with other application such as internet browser like which is shown in this picture
My main problem is not with WEBRTC but with how to make two applications co-exist…

dark.o
- 35
- 8
-3
votes
2 answers
How to make a button when pressed to do a certain thing on another screen Appinventor
I would like a button when pressed to do a certain thing on another screen. For example if I had 2 buttons on screen1, and when you click either of the buttons it opens another screen, however depending on which button clicked it will display a…

Noname
- 1
-5
votes
1 answer
Every second time after uninstalling app it works incorrect
I have some problems with multi-screen launching app.
My app is a custom launcher that opens certain apps (lets say A, B, C). Every second time after uninstalling and installing my launcher, it works incorrect (first time it opens apps properly -…

Robert Gasparyan
- 86
- 5
-5
votes
1 answer
Layout used on different resolution devices
I wrote this login layout that fit perfectly on my device. My problem is that on another device will not be displayed correct because specified values are used for top, left margins.
What I need to do to be sure that constrains will be keeped on any…

gogoloi
- 627
- 3
- 8
- 19