Search code examples
androiddevicescreen-size

Android Device Purchase and Testing


My company needs to get devices (maximum four for now) to start testing the Android applications. I know there are four screen sizes according to the Android developers forum,

  1. X-large
  2. Large
  3. Medium
  4. Small

How can one shop for 4 different devices belonging to the four different categories. How do I know if a Samsung Galaxy s2 for example belongs to the "Large" or the "Medium" family?

Any recommendations for what device to get in each category would be highly appreciated.

Thanks in advance.


Solution

  • Please read Supporting Multiple Screens. It exactly shows what you can expect from multiple screen sizes, and how you can design for them.

    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

    See also this rough illustration: enter image description here

    You would be good with a smartphone (3"-4"), a 7" tablet, and a 10" tablet.