Development of Android software which utilizes multiple displays.
Questions tagged [multiscreen]
162 questions
0
votes
2 answers
values - invalid resource directory name
I'm getting "invalid resource directory name" error at values-normal-mdpi-land directory. What is interesting everything was fine until I started working on a project in different computer.
Maybe some sdk tools are missing?
What can cause this?
I…

dammarpol
- 77
- 1
- 13
0
votes
2 answers
LibGDX - Is there any difference between using "Back ImageButton" & "Keys.BACK"?
I am making two screens A and B. Let's say they are screenA & screenB.
In screenA, I use setScreen(screenB) to pass the screenA to screenB.
In screenB, I have two methods two pass the screenB back to screenA.
Method 1
I create an imageButton called…

user1232250
- 329
- 3
- 19
0
votes
0 answers
Display the same UI element in 2 different windows simultaneously
I'm writing a multi screen store application (which means that i control two windows from my application).
In the first screen i have an InkCanvas - which the user can draw, and i want the second screen to display the same draw - means: when the…

BreakPoint
- 93
- 1
- 12
0
votes
2 answers
Android Layout Densities folder
I have the next problem:
I have a folder name layout (path: res/layout/...) that contains some activities.
I create another folder name layout-xhdpi (path: res/layout-xhdpi/...) with the same activities.
I added to the main activity inside…

user3240604
- 407
- 1
- 8
- 22
0
votes
1 answer
button position multi screen
My problem is very simple.
I have a button that have 100dp marginRight and 100dp marginTop in a xxhdpi density screen.
The problem is, when I change to another density screen or size, the button its not in position I want. It remains the 100dp…

user3240604
- 407
- 1
- 8
- 22
0
votes
1 answer
Autosizing iOS using storyboard
Is the feature of autosizing using storyboard disappeared in Xcode 6.3? And how can I develop for multiscreen (iPhone/iPad)?
I am sorry for my poor question. Thanks in advance.
user3459936
0
votes
1 answer
Multi screen support not working
I am writing this app to show month days as bubbles .but I can’t figure out how to make it work with different screen sizes. I am testing it in galaxy S3. if is use:
Layout-large or layout-sw320dp show small buttons
but Layout-sw360dp shows over…

user3849607
- 11
- 4
0
votes
2 answers
Android multi-screen layout support doesn't work
I am trying to achieve multi-screen support on my android app, so I provided several layout folders "layout-sw480dp", "layout-sw600dp", "layout-sw720dp" and same named xml files. I use 720dp layout as my main and everything looks nice on 10.1"…

Moisej Braver
- 317
- 3
- 14
0
votes
0 answers
Google play deliver application to hdpi and higher
I have submitted my application to google play but it says "This app is incompatible with all of your devices."
The problem is in the screens limits Ive set.
It is set as it follows:

EdinTAm
- 5
- 3
0
votes
2 answers
First Window always open in the Screen that the mouse in over. How to set it always open in Main Screen
I have a multiscreen application. Then I override the method OnStartup in code-behind of App.xaml as shown:
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
MainWindow mainWindow = new MainWindow ();
Screen s1 =…

Thinh
- 15
- 3
0
votes
1 answer
Eclipse : what next when Reset Perspective does nothing?
I tryed to move a perspective (DDMS) to my second monitor.
When i've drag/dropped the last window of my perspective to my second screen, then the perspective totally disapeared !
no more windows from the perspective anywhere
the tab of the…

Giova
- 846
- 1
- 10
- 13
0
votes
1 answer
why my android app always show UI from xml present in layout folder
I am facing issue with my layout, layout-large and layout x-large folders.
When I run my application on moto g or other mobiles with large or xlarge display UI still shows from layout folder.
Why its not reading layout-large files.

himanshu munjal
- 321
- 1
- 7
0
votes
1 answer
Presentation Display: wrong DPI's
My application runs in a phone & uses the Presentation Display to render a scene.
The phone is a Samsung Galaxy S4 around 480dpi's.
I connect a 40" tv with a MHL/HDMI adapter. As seen in LogCat those are its metrics:
{"HDMI Screen": 1920 x 1080,…

rupps
- 9,712
- 4
- 55
- 95
0
votes
1 answer
Optimizing layout and multiscreen support
I'am starting a new project that will require a lot of images, so I want to optimize everything I can.
The mainactivity of the project will have a control panel (with a menu), and until now I made this structure:
So, I will have a linearlayout for…
user3613906
0
votes
2 answers
form widgets "id" in multiple layouts
I have four different layout (same name) in different folder for different screen size . every layouts have some TextView and ImageView and one button with the same value ! i want to know they should have same id ? for example all buttons in four…

user2549089
- 281
- 2
- 4
- 14