Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 815 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 815 Bytes

Android Responsive Design

Shows different way of customising a UI using resources.

Declaring different Values

  1. Margin/Padding : different in landscape and portrait
  2. Bigger Elements : Drawer/pictures different in landscape and portrait
  3. Number of lines : (not used here)
  4. Font size (not used here)

Different Layouts

  1. Providing different layouts depending on the size : image above text/ image next to text
  2. Include : reusing complex elements in different places (avatar with title and tick)
  3. Using fragments : master/detail flow

Read the presentation Document!

More information

Read the markdowndemo Document!