---
title: "What is ViewGroup?"  
description: "What is ViewGroup?"  
author: "Anonymous User"  
published: 2015-06-19  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2633/what-is-viewgroup  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is ViewGroup?

A ViewGroup is a special view that can contain other views (called children.) The view group is the base class for layouts and views containers. This class also defines the class ViewGroup.LayoutParams which serves as the base class for layouts parameters.

## Answers

### Answer by Anonymous User

A ViewGroup is a special view that can contain other views (called children.) The view group is the base class for layouts and views containers. This class also defines the class ViewGroup.LayoutParams which serves as the base class for layouts parameters.


---

Original Source: https://www.mindstick.com/interview/2633/what-is-viewgroup

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
