Questions tagged [screen-resolution]

The number of distinct pixels in each dimension that the screen can display, usually quoted as width × height with the units in pixels.

It is usually quoted as width × height, with the units in pixels. The screen resolution signifies the number of dots (pixels) on the entire screen. For example, a 640-by-480 pixel screen is capable of displaying 640 distinct dots on each of 480 lines, or about 300,000 pixels. This translates into different dpi measurements depending on the size of the screen. For example, a 15-inch VGA monitor (640x480) displays about 50 dots per inch.

1404 questions
-1
votes
1 answer

Any way to match Android screen configuration to actual resolution

Based on this dashboard https://developer.android.com/about/dashboards/: 92% of Android devices are "Normal size with hdpi-xxhdpi density" Unfortunately that info does not help to understand what the approximate resolution of those devices. As I…
dandepeched
  • 424
  • 5
  • 20
-1
votes
1 answer

What is the method for general screen resolution?

I have a problem with overlapping views on other test phones. The way I figured out is to get dpScale and set the size again when the view is drawn. But I guess that this way has the performance problem. What is a general development method that…
Selena Lee
  • 33
  • 7
-1
votes
1 answer

VB.NET ClientSize

I have one form and I want it to be fullscreen, but taskbar should be still visible. And I want it to have one Panel on it, whose borders are 10px away from form borders I tried hundreds of combinations, and I simply can't achieve this. here's my…
marko
  • 43
  • 6
-1
votes
2 answers

Change screen resolution without resize window or use fullscreen (LWJGL 2)

I have a simple game made with LWJGL 2, and i want it to get the best resolution that's possible for a given window size. It seems that there is something to do with the DisplayMod, but if i am not in FullScreen mod, it doesn't change game…
-1
votes
4 answers

Centering a

So I can successfully center a div using the following CSS: .container { width: 1024px; margin: 0 auto; } I then have the container inside the body tags, covering all the displayed page content. This works just fine. The issue is that…
4u53r
  • 717
  • 1
  • 7
  • 17
-1
votes
1 answer

Tumblr Theme looks different on different screen resolution

So I created a Tumblr Theme for my new roleplay group there. It looks GREAT for me! But a lot of people have been saying that it looks very disorganized with floating boxes in random spaces. I was obviously quite confused so I asked for some…
Ally B
  • 41
  • 1
  • 7
-1
votes
1 answer

Change resolution (chooseable)

I want to change the resolution of my game in the menu. Now I've made a nice method where it looks up if the resolution is available for this PC and changes then it does: graphics.PreferredBackBufferWidth = iWidth; graphics.PreferredBackBufferHeight…
-1
votes
2 answers

I need to keep a 1920 x 1080 resolution of this website in all browsers and devices

I want to make this website responsive in all of the browsers and devices it is being retrieved. Please make sure to allow the ActiveX content when opening it. The website is free of virus. @import…
T100
  • 55
  • 1
  • 5
-1
votes
1 answer

How to get the screen's size of a phone Android

I want to get the size of the screen, I already have the resolution DisplayMetrics displayMetrics = new DisplayMetrics(); WindowManager windowmanager = (WindowManager) getApplicationContext().getSystemService(Context.WINDOW_SERVICE); …
Hugo OUKHAI
  • 29
  • 1
  • 4
-1
votes
1 answer

Android - developing UI for 40" tv with 1920*1080, will work on 47" tv with same resolution

I have to develop an android application for 47" tv with the resolution of 1920*1080. But I don't have the real-time exact size(47") device to check during the development. Now I only have 40" tv with the resolution of 1920*1080. I have few…
-1
votes
1 answer

App review video ( App Store )

I want to convert a video recorded with Quick Time ( resolution 750*1334 ) to 1080*1920. Apple only accept resolution 1080*1920p for iphone6PLUS for App review video. My license key with final cut pro X has expired and ffmpeg -i…
Arnold Mapps
  • 190
  • 3
  • 11
-1
votes
1 answer

How would one set a custom windows control panel resolution in c#?

I'm creating an application that runs a game multiple times to play split screen with your friends. When using the new, yet to be released, console mode in my application, you first have to manually set two custom resolutions in control panel. Does…
PlGGS
  • 11
  • 4
-1
votes
1 answer

Iphone6 and Iphone 6Plus Resolution @x2/@x3

I've a question about resolution of Iphone 6 and Iphone 6 Plus. I would like to know something about @x2 and @x3, i really need to be sure ! If i've a fullscreen UIImageView, display on a Iphone 6(667x375 points) the size of the containing UIImage…
H4B
  • 49
  • 1
  • 4
-1
votes
1 answer

Effect on performance of lowering resolution in the settings vs performance of real physical laptop already having that resolution

I'm sorry that the title is confusing, but it is so complicated I couldn't make a good title. I don't know if it's in the correct stackexchange subdivision in the first place, if it's in the wrong forum, please migrate it! HD = 1920x1080, UHD =…
-1
votes
2 answers

How to make iphone app work in ipad with correct resolution

Hi i am new to IOS Development, i developed one app and tried to place it Apple store but it got rejected due to design issue raised in iPad resolution.I am using single Xib file in my design.please suggest me what can i do for to work my app in all…
Hari krishna
  • 1,142
  • 1
  • 12
  • 29