Questions tagged [multiscreen]

Development of Android software which utilizes multiple displays.

162 questions
0
votes
1 answer

How to define separate layout for +6 inch screens in Android

I want to have a normal layout for phones and phablets in size 5.99 inch or less and when it becomes 6.0 inch my source of layout folder change. I have tried layout-large but it contains 5 to 7 inch and xlarge is +7.1. My minimum API is 7.
Saeed74
  • 65
  • 1
  • 10
0
votes
1 answer

On Java + windows 8, how do you get useable screen borders when using side-by-side apps and multiscreen?

At some point in an application, I need to get the whole area of a screen that is useable (without toolbars, and in Windows 8, side-by-side apps). That is done by either calling …
Silverlord
  • 88
  • 7
0
votes
3 answers

Setting different layout for different screens

n my application, I want to set different font size and paddings for different mobile devices. I use this method explain in Android documentation. res/layout/my_layout.xml // layout for normal screen size…
Jesus Dimrix
  • 4,378
  • 4
  • 28
  • 62
0
votes
4 answers

WPF Application for Multi-Monitor and One CPU

I have developed WPF Application which is now going to be run Multi Monitor Env. But I don't know, How to set my application that can run in such Env. My Case is like above image, One CPU and 3 Screen. Now my client want to run same application in…
user1584245
0
votes
1 answer

Supporting multiple screen sizes in Android by using multiple layouts

I am writing an app that works very well on 720p screens. I want to make this app run on different screen sizes. I read this article: http://developer.android.com/guide/practices/screens_support.html But I am confused. I made 3 folders for different…
user2855778
  • 137
  • 3
  • 19
0
votes
1 answer

Android small screen does not show View at the bottom

I have a FrameLayout that holds a LinearLayout (which contains some views) and RelativeLayout (which appears at the bottom of the screen ) on a 2.3.3 HTC device (small screen), this RelativeLayout does not appear, although on emulator 2.3.3 it works…
Ahmed Adel Ismail
  • 2,168
  • 16
  • 23
0
votes
1 answer

Supporting multiple screen size

I've used several images with different sizes. I copied the images into different folders. such as (except drawable-ldpi folder): for example : drawable-mdpi test.png => 60*60 px drawable-hdpi test.png => 85*85 px drawable-xhdpi test.png…
user3103823
  • 135
  • 1
  • 3
  • 13
0
votes
1 answer

Java on Linux: getDisplayMode() fails in multi screen

I have a desktop java application (java 1.4.2), that needs to determine the information regarding two screens on linux environment: # cat /etc/redhat-release Red Hat Enterprise Linux WS release 4 (Nahant Update 7) # lsb_release cat /proc/versionLSB…
MrgStOw
  • 1
  • 1
0
votes
2 answers

Drag and drop screen change

1 - I need create two (sccrens) [fragments || view || ??] in one (Android). Botton sceen user can move up and down by drag and drop method on button. "in screen 1 will be activity 1 and in scr. 2 will by activity 2. Together must…
Mnio
  • 93
  • 1
  • 8
0
votes
1 answer

Multiscreen Support with res-values-dimensions

I have been using the layout-small, layout-large and such folders for multiscreen support but I was told to do with res-values-dimensions, but I am not sure how do it. How can you have Multiscreen support with res-values-dimensions?
Saraschandraa
  • 478
  • 1
  • 10
  • 28
0
votes
1 answer

Reallife example multiscreen with three.js for large virtual display

The new examples for multiscreen purpose that you can see here : webgl_multiple_canvases_circle webgl_multiple_canvases_complex webgl_multiple_canvases_grid Are really cool, they even talk about the google Liquid galaxy project : liquidGalaxy So,…
gabrielstuff
  • 1,286
  • 1
  • 13
  • 16
0
votes
0 answers

background image with multi screen

I have different folders with different background images for every screen size, also i have created folders for the layouts, the content in each folder is copy & paste (the layout ones) cause i want it to look the same but take the matching…
user2351685
  • 57
  • 1
  • 2
  • 7
0
votes
2 answers

Multi-Screen adaptation android

I developed an android app that is designated to multi screens. I have my background images in all kind of sizes. divided into sub-folders for hdpi mhdpi xhdpi and xxhdpi. On my Galaxy S4 the pictures look great, but when i installed the app on a…
user2351685
  • 57
  • 1
  • 2
  • 7
0
votes
1 answer

Show forms on separate screens when launching application

I have two form and two screens in a .Net application. When I run the program, I want to specify where the forms are located: the main form must run on first screen and second form must run on second screen. How can I specify the screen location for…
0
votes
2 answers

How to change UI widget dimension from iPhone 4 Retina to Android

Expected Result I have a some UI widgets whose dimensions are design for iPhone 4 Retina device. The unit is in pixels, e.g. a button with 30 pixels wide by 30 pixels high. I wanna copy the design style into Android devices, say the previous 30 by…
George
  • 3,384
  • 5
  • 40
  • 64