Scalability of GUI: how gui "adapts" to different device screen resolutions
One Solution - design the layout using ViewGroups that allow for this --> keeping the same widgets but, letting them adapt to the size of the screen |
ANOTHER Solution: use Fragments |