1

Possible Duplicate:
Where can I find a comparison of Android devices?

Is there any list with devices and their params? I'd like to know if this device is ldpi/mdpi/hdpi and what screen it is small/normal/large/etc.

For now most important for me is to know how Galaxy Note is described by those params?

Mikooos
  • 113
  • 1
  • 4

3 Answers3

3

I couldn't find a list, so I made one myself with DPI :

http://blog.blundell-apps.com/list-of-android-devices-with-pixel-density-buckets/

Blundell
  • 812
  • 6
  • 18
2

The most comprehensive list I've ever seen is this article from Wikipedia: Comparison of high-definition smartphone displays.

nonsleepr
  • 374
  • 2
  • 8
  • Yeah, I've seen it. Without dpi I cannot really know what layout the device will choose without having them. – Mikooos Dec 02 '11 at 12:44
  • 1
    You can use this simple formula to calculate DPI of each device given sceen resolution and size: DPI = sqrt(w^2+h^2)/s, where "w" and "h" are screen resolution and "s" is size. Using this formula for Note, it has DPI = 285. You can do it in spreadsheet, if you don't mind. – nonsleepr Dec 02 '11 at 20:56
  • But still if you are programmer you don't know what is it DPI. For example HTC Flyer and Samsung Galaxy Tab (first generation) has the same resolution size etc. BUT one is HDPI and the second is MDPI device. – Mikooos Dec 12 '11 at 12:25
  • Unfortunately the link above does not work correctly. – Hossein Seifi Apr 06 '17 at 12:44
  • 1
    @HosseinSeifi Updated the link since the old one is dead. – nonsleepr Apr 12 '17 at 16:47
0

List of displays by pixel density, which include many consumer devices.

Brandorf
  • 622
  • 5
  • 5