Discover

Topics

WhatDPI

WhatDPI APK

WhatDPI APK

1.2 Freess1271 ⇣ Download APK (489.60 KB)

What's WhatDPI APK?

WhatDPI is a app for Android, It's developed by ss1271 author.
First released on google play in 11 years ago and latest version released in 8 years ago.
This app has 0 download times on Google play and rated as 4.44 stars with 9 rated times.
This product is an app in Tools category. More infomartion of WhatDPI on google play
*What is "What DPI"?

What DPI is a simple tool for Android Developers/Designers to quickly find out the screen parameters.

*What "What DPI" will tell me?

Basically this app will show you:

Density

Screen Resolution in pixels

Density Factor

Resolution in dp

xdpi and ydpi

*What are those stuff means?

Density: Android is using ldpi mdpi hdpi xhdpi xxhdpi and tvdpi to represent the screen densities.
Screen Resolution in pixels: yeah, that's your device's resolution in pixels.
Density Factor: To do a conversion from pixel to dp, Android using the density factors, which differs from the screen density. mdpi is baseline screen density, so it has density factor 1.0, then hdpi is 1.5, then xhdpi is 2.0. So 1 pixel on xhdpi equals 1 * factor = 1 * 2 = 2 dp. So as 1.5 dp on hdpi and 1 dp on mdpi.