Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many (android) phones really still use hdpi or mdpi?

Tags:

android

we are working on an app and always resize our drawables 5x for xxx xx x h and mdpi. We are just wondering how many phones actually use the two resolutions: mdpi and hdpi? The question is, if its still neccissary to support those. This is a question of overall size of the app. The more we can save the better. And if you guys know that for example less than 5 percent of the android market uses m and hdpi, then we would probably delete all drawables in questions.

So have you guys any idea over how many phones use what kind of dpi?

Thanks!

like image 245
user7285912 Avatar asked May 04 '17 14:05

user7285912


People also ask

What is mdpi in Android?

mdpi. Resources for medium-density (mdpi) screens (~160dpi). (This is the baseline density.) hdpi. Resources for high-density (hdpi) screens (~240dpi).

What is Mdpi Hdpi Xhdpi?

Hdpi is a 1.5:1, and can be thought of as a HD (high-definition) display. And xhdpi is 2:1, much like Apple retina displays. . The normal mdpi is based on a 160 dpi screen, which again is the same as a single pixel unit in your graphics software.

How do I find the DPI of my Android phone?

To find the DPI, look at the Software Density entry under the Display section. For the Android version, look at the OS version under the Device section. This explicitly displays the version number.

What is LDPI?

All other densities are its appropriate ratios, which is as follows: 0.75x — low-density (ldpi) 1.0x — medium-density (mdpi) 1.5x — high-density (hdpi) 2.0x — extra-high-density (xdpi)


1 Answers

EDIT Updated with recent stats, so you can have some data to compare :)


You can check the official stats:

In March 2019 it looks like this: enter image description here

As of May 2017 it was like that: screen size stats may 2017

like image 177
Marcin Orlowski Avatar answered Sep 30 '22 06:09

Marcin Orlowski