Skip to content

Instantly share code, notes, and snippets.

@hkurosawa
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkurosawa/09411cbd48c0376b5215 to your computer and use it in GitHub Desktop.
Save hkurosawa/09411cbd48c0376b5215 to your computer and use it in GitHub Desktop.

#Platforms

  • 2.3.x Gingerbread
  • 4.0.x Ice Cream Sandwich
  • 4.1.x/4.2.x/4.3.x Jelly Bean
  • 4.4.x Kitkat
  • 4.5.x "L"

#Screen Sizes

  • "xlarge" screens are at least 960dp x 720dp
  • "large" screens are at least 640dp x 480dp
  • "normal" screens are at least 470dp x 320dp
  • "small" screens are at least 426dp x 320dp (https://developer.android.com/guide/practices/screens_support.html)
    note: xlarge/large/normal/small configuration is deprecated after Android 3.0 (Honeycomb)
    note: These minimum screen sizes were not as well defined prior to Android 3.0

#Devices

  • < 5-inch Smartphones 320dp width
  • 7-inch Phablet 600dpがthresholdと考えるのが良い large+landscape/sw600+landscape/w600dp?
  • 10 < inch Tablet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment