Changes

Jump to: navigation, search

Handling Different Android 6 Devices and Displays

31 bytes added, 21:22, 5 January 2016
Creating a Layout for each Display Size
== Creating a Layout for each Display Size ==
<google>ADSDAQBOX_FLOW</google>
The ideal solution to the multiple display problem is to design user interface layouts that adapt to the display size of the device on which the application is running. This, for example, has the advantage of having only one layout to manage when modifying the application. Inevitably, however, there will be situations where this ideal is unachievable given the vast difference in screen size between a phone and a tablet. Another option is to provide different layouts, each tailored for a specific display category. This involves identifying the smallest width qualifier value of each display and creating an XML layout file for each one. The smallest width value of a display indicates the minimum width of that display measured in dp units.

Navigation menu