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

How to restrict Samsung S3 and similer devices to ddownload and install my application in android

What i need to do is to restrict all handset not able to download this application. This is just for all tablets. I added this code to my manifest as per the guidelines Link. here is the code :
Suresh Sharma
  • 1,826
  • 22
  • 41
-1
votes
1 answer

Best practise for multiple screen resolutions support

I would like to know what is the best practice to set UI layout that supports different type of screen resolutions on Android. Is there any lib which facilitates the work ? Thanks in advance for your replys and have a good day :)
Kupris
  • 165
  • 1
  • 12
-1
votes
1 answer

Universal Application with Dimensions files android

I want to build universal application which will work on all devices pixel perfect. I am confused about the dimensions folder? How do I managed the aspect ratio of the textsize in sp? and dp? I have built a test project with different values folder…
-1
votes
1 answer

Resolution x Building Problems Unity3D

I find 2 people with the same problem, but all answers didn't work. So I'll try asking myself and let see what we will have, already thanks!!! I used to use the version 4.6.1. The project is basic some scenes, and the main scene we usually use the…
-1
votes
2 answers

Winform size and location of winform on screen regardless of resolution

I have a winform (c#, let's say 250px by 250px) that needs to stay in one location on the screen regardless of screen resolution i.e 800x600, 1920x1080 etc. The Winform itself contains only one element - a picturebox so what's inside really doesn't…
Zuzlx
  • 1,246
  • 14
  • 33
-1
votes
1 answer

Is it possible to add a specific screen resolution option (i.e. 1720 x 1440) to windows 8.1

I have two widescreen curved monitors (optimal resolution 3440 x 1440) with the option to split each screen into two independent displays with their own media source. I would like to use this functionality for one of my screens but because the…
m8rc28
  • 19
  • 6
-1
votes
1 answer

Loss of Resolution using Display Port Adapter

I have a Laptop running Windows 7, set up to connect to two Asus Monitors. My Laptop (Lenovo) only has one VGA and One Display Port. When hooking up these monitors I must use a Display Port to VGA adapter. Both Monitors go to different KVM Switches…
Brent
  • 1
  • 1
-1
votes
2 answers

How to increase resolution mode in Ubuntu?

I am using HP Pavilion g6 and have installed Ubuntu 12.04. Maximum resolution my computer provides me in Ubuntu is 1366x768. But this is not enough for me, since Ubuntu has really large interface. I hate it when an iterface stretches along the…
Bora Semiz
  • 223
  • 2
  • 14
-1
votes
1 answer

What image sizes/retina sizes are necessary for iOS8 scaled app?

I'm building an app that designers only gave me one canvas size for (9x16 aspect ratio at 1242x2208). I started an app that doesn't fully leverage the iPhone 6+'s screen space. Instead, all devices will use the same layout and assets. I did this by…
user3339471
  • 295
  • 2
  • 10
-1
votes
2 answers

Which is the correct resolution, ppi and fromat for images in iOS?

I really dont know if this is the correct place for this quiestion but I dont know another place to find the exact answer. Im working on an iphone project, the designers sent me the material in really high resolutions: for example for iphone 4 they…
Karlo A. López
  • 2,548
  • 3
  • 29
  • 56
-1
votes
1 answer

Screen resolution assistance

I need help with my application, I am making an android game and i want it to appear circles or squares on random point on screen. Now the problem I am facing is that i want it to appear by using random.nextint()... I have already made the png…
Peky5
  • 11
  • 6
-1
votes
1 answer

Screen resolution that my PC doesn't support

This is a silly question, but I have to make sure in any case. The maximum screen resolution that my laptop support is 1366 x 768. Is there a way that I could see how my screen will look like if I have bigger resolution (for example: 1440 x 900).…
delux
  • 1,694
  • 10
  • 33
  • 64
-1
votes
1 answer

Fake screen resolution

if I enter to the web site "what-is-my-screen-resolution.com" it's know exactly what is my screen resolution that my computer having. the thing is that I know that the website using Javascript to get my screen resolution but I don't know where it…
-1
votes
2 answers

What is the screen height of an android device as thrown by metrics?

I'm writing an app that I want it to work with different screen sizes. While in portrait mode I divide the screen height by 5 in order to set it the result as the height for text views. Hence no matter what screen there should allways be five…
aarelovich
  • 5,140
  • 11
  • 55
  • 106
-1
votes
1 answer

Layout Folder issue in android

In my app there are three layout folder. 1)layout(for 480x800 resolution with **hdpi**) 2)layout-large(for 1024x600 resolution with **mdpi**) 3)layout-xlarge(for 1280x800 resolution with **mdpi**) but i have new tablet for i-ball with resolution…
dipali
  • 10,966
  • 5
  • 25
  • 51