Getting generic sizes for android development -


i'm building app support android sizes generic values small, normal, large , xlarge taking consideration 7 , 10 inch tablet. i'd know screen size not screen resolution.

check out official dev doc. scroll down , you'll find graphic associating generalized screen sizes (categories) approximate dimension (in inches).

just aware screen size categories "xlarge," example, aren't tied hard number "10 inches." instead, official documentation uses terms "an xlarge screen defined screen larger "large" screen, such tablet (or larger)..."

you can find fuzzy definitions of screen size categories here


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -