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.
Asked
Active
Viewed 2.5k times
8
-
For most apps, if you are worrying about "resolutions / screen ratios", you're doing it wrong. – CommonsWare May 04 '13 at 12:05
3 Answers
5
Is this what you're looking for?

Juan Pablo Rinaldi
- 3,394
- 1
- 20
- 20
-
5This 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:

Christopher Fraser
- 511
- 5
- 6
-
Numbers look fishy. Don't trust it since it contains no source reference. – Johann Aug 04 '15 at 15:30
-
1Unity seem to be far and away the market leader for game engines on mobile. – Christopher Fraser Aug 06 '15 at 14:18
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
-
I already shared that link with him, but it seems that's not what he's looking for. – Juan Pablo Rinaldi May 04 '13 at 11:43