8

I am looking for a site that offer statistics/graphs providing most popular resolutions / screen ratios on android smartphones and tablets. Need it to design the UI and plan how to scale. Would be cool if someone shared the data.

Machiaweliczny
  • 572
  • 1
  • 6
  • 16

3 Answers3

5

Is this what you're looking for?

Juan Pablo Rinaldi
  • 3,394
  • 1
  • 20
  • 20
  • 5
    This doesn't answer the question. The asker asked for a chart or graph of the most common screen resolutions. The first link you sent is pixel densities (not resolution size), and the second doesn't show usage statistics nor does it have graphs comparing them. I'm a UI designer also and am looking for the same thing in the original question. – Benny Schmidt Sep 24 '13 at 15:30
5

Resolution stats from the Unity 3D engine:

http://stats.unity3d.com/mobile/display-android.html

1

You can easily use Android's official : http://developer.android.com/about/dashboards/index.html

EDIT: Take a look also at : http://opensignal.com/reports/fragmentation.php But pay attention it's based on analysis of a single app and not the entire android users (there's no full scale analysis of that...)

Sean
  • 5,176
  • 2
  • 34
  • 50