Last active
August 29, 2015 14:02
-
-
Save jwill/6e10a96fb5cfde9dd3a3 to your computer and use it in GitHub Desktop.
t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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