Multiple choice technology embedded technologies

Which is not a type of layout object in the following?

  1. FrameLayout

  2. TableLayout

  3. RelativeLayout

  4. SystemLayout

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

FrameLayout, TableLayout, and RelativeLayout are all standard Android layout classes. SystemLayout does not exist in the Android SDK, making it the correct non-layout object.