Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android screen-size database

Is there a database, which contains resolution in pixels, screen-size and density for each particular device?

Something like this:

Samsung Galaxy S2 | 480 x 800 | screen-size=normal | density=hdpi

Google Nexus | 1280x720 | screen-size=normal | density=xhdpi

like image 224
psyched Avatar asked Aug 31 '25 10:08

psyched


1 Answers

http://www.android.com/devices/ is the list I use a lot

Edit : this seems to be the new best location after previous link was turned into marketing content It's also more of a database now https://material.io/devices/

like image 200
UKDataGeek Avatar answered Sep 02 '25 23:09

UKDataGeek