Mention the difference between RelativeLayout and LinearLayout?

Technology CommunityCategory: AndroidMention the difference between RelativeLayout and LinearLayout?
VietMX Staff asked 3 years ago
  • Linear Layout — Arranges elements either vertically or horizontally. i.e. in a row or column.
  • Relative Layout — Arranges elements relative to parent or other elements.