Skip to content

Instantly share code, notes, and snippets.

@jwill
Last active August 29, 2015 14:02
Show Gist options
  • Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
t
[Shot C] So, just like desktop or web - where you might use panels or CSS, your Android UI needs to scale based on the screen it’s running within.
Which is why AbsoluteLayout was deprecated [Write out the three][Shot B] in favor of Layouts like linear layout, relative layout and grid layout -- [Shot A] that can dynamically resize and adapt to any screen, following the principles of responsive design.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment