Questions tagged [screens]

Screen is a display, or a monitor. A device that is meant to show some information, in both textual and pictorial forms.

Screen is a display, or a monitor. A device that is meant to show some information, in both textual and pictorial forms.

86 questions
0
votes
4 answers

Android - Different apk for each resolution to reduce size of apk

Is it a good idea to use different APK for different resolutions? I want to reduce the apk file size.
Nagendra
  • 11
  • 1
0
votes
1 answer

React Native: Test app in different resolutions

What I am doing now is closing and opening different instances of Android Emulator to see how it works in X resolution. Is there a smarter way?
Pablo De Luca
  • 795
  • 3
  • 15
  • 29
0
votes
1 answer

custom View Display problem on different android screens

i have extended View and override onDraw and onSizechanged so i can draw on the screen after i have the full height and width of the screen.But when i tried on my phone the imgs are slightly in different position than that i have defined.Also i have…
stelios
  • 1,027
  • 3
  • 14
  • 19
0
votes
1 answer

Filling the entire screen in multiple screen resolutions, densities

I want to draw a rectangle that fills the entire screen on all Android phones, all resolution, all screen densities.Everything... :) First from what I understand Canvas.drawRect use as dimensions values in pixel. Hope this is correct. Being new to…
Alex
  • 2,213
  • 4
  • 32
  • 44
0
votes
1 answer

How to make scaled 0-1 layout Android Studio

I am trying to make 2 pictures to be in a random position, each one in other half on the screen. For that, I am using setX() and setY() functions. those picture (Imageview) are childs of one relative layout. But in a different screens the width is…
0
votes
2 answers

How to access the value from another class/screen kivy

I want to set the label in a popup to a value which i have already declared in another screen/class. How can i do this? class ScreenTwo(Screen): self.result = StringProperty(None) def Winning(self): wp = WinningPopup() …
Rayne
  • 119
  • 1
  • 2
  • 7
0
votes
0 answers

My Android Studio keeps ignoring Large Layout and picks Normal for ALL screens

I'm using the Layout Variants tool to create differents sizes for my layout. the problem is that when i pick any large Device to preview my layout.. it keeps using the normal size how can i force it to pick the right layout for the screen ? by the…
Fadi A.
  • 93
  • 1
  • 10
0
votes
1 answer

change between menu or pause screens on libgdx

i´m trying to made a couple screens like a menu or a pause, and in these screens i want to put some "other screens", for example in my menu i want a button options and then the app slides and shows another screen with options like music/volume, or…
J Sierra
  • 51
  • 1
  • 6
0
votes
2 answers

Java - Libgdx : Save & Load a screen

my game is about stories, you make choices and it will lead you to other screen like a novel in which you are the hero, I realised I need a save system, I want to save the last screen a player was on and load it when he click on load button in main…
0
votes
0 answers

Java - dual screens strange behavior

i have a javaFX application running on a laptop with an external screen connected, everything was fine, reinstalled windows and now the application doesnt show on the external screen, but runs normally on the built in laptop screen,,…
Abdullah Asendar
  • 574
  • 1
  • 5
  • 31
0
votes
2 answers

Sage CRM - See the name of the screens used in a tab?

As the title says, if i want to know the name of screens to then know what screen to customize, how do i know it? For example, if i go to a Company and im in the tab Summary, how do i know what screens/blocks etc im seeing
Gianni Di Falco
  • 165
  • 1
  • 10
0
votes
0 answers

Are VCL ListViews ListBox DBGrids full touch aware?

Since we have tablets with Windows 10 I have decided to use again Delphi XE7 and VCL to develop for this multitouch devices. I have found ListView, ListBox and DBGrid seem not have a standard behavior with pan and scroll (just PanUp & PanDown,…
Josep
  • 1
  • 3
0
votes
3 answers

How to get the screen resolution (getScreenResolution) when multiple monitors are in use?

I know I can call Toolkit.getDefaultToolkit().getScreenResolution() and get the DPI for the default screen, but I can not find a way for the life of me to get the same information for the other monitors I have connected. Can anyone tell me either…
Joe Bryant
  • 21
  • 4
0
votes
2 answers

Expand form to all screens

The question is simple: is there a way to expand a single form to all connected screens?
SharpAffair
  • 5,558
  • 13
  • 78
  • 158
0
votes
4 answers

How can I align an imagebutton under anothe one?

I have three imageButtons inside an horizontal linearlayout and I want to add one more imageButton right under the up left imageButton(when the up left imageButton starts and finishes, I want the same thing for the imageButton under that).…
Mary
  • 13
  • 5