🎴 Flashcard Mode
Android UI Layouts and Database Programming
Card1 / 15
Mastered0
Review0
QuestionClick to flip
What is true about Frame Layout?
AnswerClick to flip back
A
Its basically a blank space on screen that can be later filled with a single object
💡 Explanation:
FrameLayout is designed to block out an area on the screen to display a single item, acting as a placeholder that can be filled dynamically. The distractors describe RelativeLayout (relative positioning), AbsoluteLayout (x/y coordinates), and LinearLayout (linear alignment of children), which are distinct layouts.