I'm building an app to support all android sizes what are the generic values for Small, Normal, Large and Xlarge taking into consideration the 7 and 10 inch tablet. I'd like to know the screen size not the screen resolution.
Asked
Active
Viewed 326 times
-1
-
There it is: http://stackoverflow.com/questions/1016896/how-to-get-screen-dimensions – Elmi May 21 '13 at 09:58
2 Answers
1
Just need a cheat sheet for this check this out:
http://petrnohejl.github.io/Android-Cheatsheet-For-Graphic-Designers/

KaHeL
- 4,301
- 16
- 54
- 78
0
Check out the official dev doc. Scroll down and you'll find a graphic associating generalized screen sizes (categories) with an approximate dimension (in inches).
Just be aware that screen size categories like "xlarge," for example, aren't tied to a hard number like "10 inches." Instead, official documentation uses terms like "An xlarge screen is defined as a screen that is significantly larger than a "large" screen, such as a tablet (or something larger)..."
You can find fuzzy definitions of screen size categories here

MarsAtomic
- 10,436
- 5
- 35
- 56