Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. CO(Copied from another thread): Good idea, but does it mean creating two applications at a time. In specification actually it is said that app should handle following resolutions, including 1280x800, yet why you think there's no possibility to handle that sort of thing in 10th API ? For instance here developer.android.com/guide/practices/screens_support.html layout-xlarge it is supposed to handle "Extra Large screen" devices(at the bottom). "Extra Large screen" means tablet as well - isn't it ?
      singulars
      1. This table or related slice is empty.
    2. COWell depends a bit but generally yes. Go ahead, the emulator can show you how it works in practice. But remember we now have 1280x720 resolution on phones as well. The graphic here with both dpi and screen sizes can perhaps help you visualise it: http://developer.android.com/guide/practices/screens_support.html#range But you could use layout-xlarge-land as well, had forgotten about landscape mode too, you could/(should probably) design differently for that as well.
      singulars
    3. COThank you for suggestions, I'll continue researching this issue. But one more question, if you don't mind. In "multiple screens" article it is that if one would like to create a custom avd he can do so. One thing I can't figure out is setting physical size. AFAIK physical sizes are measured in inches and in case of predefined emulators QWGA,HVGA size is somehow defined automatically. But how do I specify physical size when I build a custom AVD ?
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload