Top "Resolution" questions

Questions about image resolution.

Converting pixels to dp

I have created my application with the height and width given in pixels for a Pantech device whose resolution is 480…

android pixel resolution dpi
Recommended website resolution (width and height)?

Is there any standard on common website resolution? We are targeting newer monitors, perhaps at least 1280px wide, but the …

browser standards resolution
Getting the screen resolution using PHP

I need to find the screen resolution of a users screen who visits my website?

php server client resolution detect
How can I get screen resolution in java?

How can one get the screen resolution (width x height) in pixels? I am using a JFrame and the java …

java swing screen resolution
How do I get monitor resolution in Python?

What is the simplest way to get monitor resolution (preferably in a tuple)?

python screen resolution
jQuery Screen Resolution Height Adjustment

In order to better balance out a page I am working on I would like to find a way to …

javascript jquery screen resolution margins
Image resolution for new iPhone 6 and 6+, @3x support added?

I have looked on few articles and discussion like one here and Here about image resolutions that new iPhones will …

ios resolution iphone-6 iphone-6-plus
Hide div if screen is smaller than a certain width

I want to hide a floating div if the user screen is < 1024px as it will overlay with my …

jquery hide resolution show
Set background image according to screen resolution

I would like to be able to change my webpage background image according to the screen resolution the user uses …

image background screen resolution
How to calculate dp from pixels in android programmatically

I want to calculate dp from px programmatically. How to do it? I get resolution from: DisplayMetrics displaymetrics = new DisplayMetrics(); …

android android-layout resolution