Skip to content
Joshua Rogers edited this page Dec 17, 2013 · 1 revision
  • XML is the preferred way to set up UI
  • Each XML file represents a view (usually representing either an activity or fragment)
  • Main parent element is a layout (Either Linear or Relative)
  • Child elements are interactive elements

Clone this wiki locally