CS453 | mobile programming
  • outline
  • projects
  • syllabus
  • links

ViewGroups changing components for Scalability

 

....the issue: you want things to look good on smaller screen devices and larger screen devices

 

ANOTHER Solution: use Fragments

  • each fragment represents a portion of the GUI and if the screen is too small only show some of the Fragments
    but, if larger than show all the fragments


cs453:mobile programming

  • home
  • outline
  • projects
  • syllabus
  • links