---
title: "What is  View Group in Android?"  
description: "What is  View Group in Android?"  
author: "Allen Scott"  
published: 2016-01-18  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/22973/what-is-view-group-in-android  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is  View Group in Android?

View Groups are extensions of the View class that can contain multiple child View.Extend the ViewGroup class to create compound controls made up of interconnected child Views.

## Answers

### Answer by Allen Scott

View Groups are extensions of the View class that can contain multiple child View.Extend the ViewGroup class to create compound controls made up of interconnected child Views.


---

Original Source: https://www.mindstick.com/interview/22973/what-is-view-group-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
