Search code examples
androidscreen-orientationsamsung-mobile

Using Large-density Screen Declarations


I am working on an android application and have not yet developed layouts for the layout-large orientations of my application. I was wondering if anyone had any details of the types of devices other than a 7 inch tablet that defines this type of screen density. Is this the screen layout that is used for a Note or a Note 2?


Solution

  • No, the Note / Note 2 are using 320dpi, that is the normal layout for the most phones, Tablets are using 240dpi or less (192dpi). But for the most time the layout is automatically resized.