Questions tagged [multiscreen]

Development of Android software which utilizes multiple displays.

162 questions
0
votes
2 answers

Switching Javafx fxml screens

i am quite new to javafx. I saw many ways of switching between screens but they somehow didn't work after some thinking, i thought of using this logic. Please i need to know if it is advice-able for me to continue with it, before i go too far in the…
Joshua. O
  • 71
  • 1
  • 9
0
votes
1 answer

How to make a pupup menu appear in the same location regardless of screen resolution?

So I created a custom popup menu or tooltip that I want to appear in a particular location but I found that the popup menu appears in a different location depending on screen resolution, is there some calculation I need to take into consideration to…
Eric Bergman
  • 1,453
  • 11
  • 46
  • 84
0
votes
1 answer

Android multiscreen different layoutfiles for tablets

I have to make an app which runs on 7" tablets with a resolution of 800x480 and also 1024x600. The most importan tablet of both is the one with 1024x600 so I placed my layout files in a layoutfolder with the name "layout-sw600dp" and it looks good.…
DeeFour
  • 436
  • 5
  • 17
0
votes
1 answer

issue in layout related to multiple screen support

am developing an application which support from 2.3.3 to 4.2. here am developing an application which can support both phone and tablet. for that i created sperate layouts and saved in different folder. i tested my application with a test device…
Vikky
  • 933
  • 2
  • 15
  • 29
0
votes
1 answer

How to determine the screen which has taskbar using java swing?

I have some troubles with determining the screen with taskbar(if there are a lot of screens) I need to provide my application with the behavior described below. User opens my java swing application and minimizes it (the icon is shown on…
Fake Man
  • 271
  • 1
  • 3
  • 8
0
votes
1 answer

How to use DirectX 9 with multi- GPU on windows7

I‘ve got multiple nVidia GPU Cards (Q2000) on a Windows 7 system,without SLI, only one monitor. Now what I'm trying to do is make a Direct3D9 device runing on a specific GPU. I can use the [Adapter] parameter in IDirect3D9::CreateDevice to choose a…
El0sua
  • 1
  • 1
0
votes
2 answers

Supporting Multiple Screens Android

I know there is already a lot of questions asked concerning this topic, but i really need help. First of all, yes I read and reread the official link http://developer.android.com/guide/practices/screens_support.html My problem is the following. I'm…
user2230304
  • 578
  • 1
  • 5
  • 14
0
votes
1 answer

Gridview Multiscreen support?

Hey guys i have been working on Wallpaper app and it's almost done but when i tried to test it on various devices the Gridview images get stretched or overlapped i have read some docs about supporting MultiScreens and i think i should take in my…
Joseph27
  • 129
  • 3
  • 16
0
votes
1 answer

Choosing on which screen my win8 app starts when debugging

Simple situation: I have two monitors and I would like my win8 app to launch on screen 2 while I still have VS2012 in debug mode on screen 1. This way there is no context switch necessary on a breakpoint and I find it far more confortable. The other…
Qortex
  • 7,087
  • 3
  • 42
  • 59
0
votes
1 answer

YouTube Native Player API and Multi-Screen API

I've got the new YouTube Player API for Android working on a Nexus 4 without much problems. Now I'd like to combine this with the multi-screen API that comes in Android 4.2 (i.e. Presentation and MediaRouter class). However, it doesn't seem to be…
Erik Hellman
  • 529
  • 4
  • 11
0
votes
1 answer

Detecting left and right hand in multitouch

My program deals with multitouch. I am supposed to differentiate between my right hand and my left hand. To save the x,y touch points in an array i have public boolean onTouchEvent(MotionEvent event) { int pointerCount =…
gfernandes
  • 1,156
  • 3
  • 12
  • 29
0
votes
1 answer

how to support multi screen size in android apps

I write an application in android. now i want to change my code to be suitable for multi screens. i search but i didn't completely understand what should i do for that? for example: 1- i should set text size dynamically 2- have different layout for…
sahar
  • 117
  • 3
  • 15
0
votes
1 answer

Multiple Screen Design on Android

I want to design some android layout for multiple screen resolution. Forexample I want to set position for button. It must be set positioned at the bottom of layout for every screen size. How can I design it ? Thanks for attention.
0
votes
2 answers

Android App that runs multiple installed apps in a window

I want to ask a crazy yet damn interesting question. Can we create an Android app that can run other installed application in windows (Not Mircosoft ;) it's plural of window )? That windows could be re-sizable , minimized , maximized or closed ?…
Hardik Thaker
  • 3,050
  • 1
  • 27
  • 37
0
votes
1 answer

Application icons for Flex mobile app targeting Android and iOS

The Adobe doc Developing AIR applications for mobile devices lists quite a few icons to be declared in an application descriptor file. But when I try Export Release Build with the following myApp-app.xml:
1 2 3
10
11