Development of Android software which utilizes multiple displays.
Questions tagged [multiscreen]
162 questions
1
vote
0 answers
multiple screen support issues
I want to add multi screen layout support in my android project. For instance, now I am working with 1080x2280 and 1080x1920. I created a layout-xxhdpi folder and it is working for 1080x1920. But I'm facing problem with 1080x2280. It is taking the…

Abdul Quddus Mozumder
- 70
- 10
1
vote
4 answers
android multiscreen issue
I am new to android app development. I have to develop my app that fit on multiple screen sizes. I have tried many tutorials from android developer forum and etc. But still I am confused to choose correct layout format for multiple screen and image…

logeshps
- 21
- 2
1
vote
1 answer
Launch another application in secondary screen in Android_O
Device have two screens.In the first screen normal UI(launcher app),and in the second screen to launch google maps app.
How can we launch another application secondary screen.
Service class:
@Override
protected View buildPresoView(Context ctxt,…

coder
- 59
- 13
1
vote
1 answer
resource size for different densities in android
i have made images for an mdpi phone in android.
i want to resize those images for hdpi and ldpi screens.
what is the conversion factor for the dimesions? i have heard that we multiply the height and width of the mdpi image by 1.5 to convert it to…

user590849
- 11,655
- 27
- 84
- 125
1
vote
0 answers
Modify cursor limits
I'm working on a script that allows me to control my laptop and PC with the same mouse. Like with multiple screens connected to the same PC, when I drag the cursor off the laptop screen it should appear on the PC's screen. However, I can't figure…

ffoska
- 41
- 1
- 8
1
vote
0 answers
Multiplescreen app for android
I would like to create an app that uses 3 screens at the same time. I'm currently using 3 tablets (Samsung Galaxy Tab 10 - Android 4.1). I would like to know if anyone knows an SDK that could help me with the communication of the 3 tablets. I had…

Miguel Yengle
- 29
- 7
1
vote
1 answer
How to disable the onCreate() invoke after onMultiWindowModeChanged
I'm trying to do some different customized config in/out MultiWindowMode for my activity. I guess the right way is doing that in onMultiWindowModeChanged() function. But the problem is that every time onCreate() and onStart() will be invoked…

Zhangbin Yin
- 11
- 2
1
vote
3 answers
Multiscreen app saving data between activities
I am building a multi screen quiz app where each question is in a separate activity (I have 4 questions only). I have already set all the intents, so my app goes smoothly between screens (a user can click next/previous to go to the next/previous…

Justyna Goławska
- 13
- 1
- 8
1
vote
1 answer
Get each screen resolution and zoom factor
I'm trying to get every screen resolution (ex : 1920x1080) and zoom factor (ex : 125% or 120 dpi), without needing to move the application from screen to screen.
I've tried a lot of class/methods, but none gave me the correct result for my setup…

krimog
- 1,257
- 11
- 25
1
vote
0 answers
Dimens.xml values supporting All Devices
Hello guys i know this is an old question but my requirement is different
i searched a lot and all answers are outdated not for xxxhdpi and tablets
I always create a new layout of each different screen and place it in respective folder it all works…

Manohar
- 22,116
- 9
- 108
- 144
1
vote
1 answer
multi monitor public information display (4 monitor / each with one chrome/firefox window)
I've 4 monitors connected to a pc running CentOS 7. Each physical monitor/display should show a website in full screen and auto refresh it every x seconds.
I've tried:
opening from bash and moving with xdotool -> how can I distinguish between the 4…

Marius Pfeffer
- 41
- 1
- 5
1
vote
1 answer
Creating a multiscreen application with DreemGL
How do I create a multiscreen application with DreemGL? If I have a multiple screens in my application, through which URL can I access those screens?

raju-bitter
- 8,906
- 4
- 42
- 53
1
vote
0 answers
App compatible issue in play store on my device
I have uploaded my android application in play store.Link is here. Minimum SDK version is 14. The problem is when i try to install in my samsung galaxy tab(4.4.2), it is showing app is not compatible with this device. What is the problem? please…

MinnuKaAnae
- 1,646
- 3
- 23
- 35
1
vote
2 answers
dimens file in values-sw360dp clashes with nexus4 & nexus5 UI
Creating an application in portrait mode where I have to align Button on image based on top margin. I'm using dimens file in values-sw360dp which is looking proper in nexus 5 but the same values is not aligning the Buttons in nexus 4 as both of the…

Niranjan Balkrishna Prajapati
- 1,223
- 3
- 15
- 38
1
vote
2 answers
Determine DP for various screen size on Android Device
In android applications, we maintain dimen.xml for various screen resolutions. Say for example I am using device X as base development device and defining dimen.xml relative to device X. Now if I want to know what will be corresponding dimen.xml for…

Ashwani K
- 7,880
- 19
- 63
- 102