📚 Practice Mode

Android UI Layouts and Database Programming

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

What is true about Frame Layout?

  1. Lets child views specify their position relative to the parent view or to each other
  2. Enables child views to specify their own exact x/y coordinates on the screen
  3. Aligns all children in a single direction - Vertically or Horizontally
  4. Its basically a blank space on screen that can be later filled with a single object
  5. None of above