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
Post a Comment