---
title: "Layouts in Android UI Design"  
description: "Layouts in Android UI Design"  
author: "Prakash nidhi Verma"  
published: 2018-07-11  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/23466/layouts-in-android-ui-design  
category: "android"  
tags: ["android", "java", "mobile development", "uiview"]  
reading_time: 1 minute  

---

# Layouts in Android UI Design

Layouts in Android UI Design:

The extensions of the ViewGroup class is called Layout Manager. They are used to set the position of child Views within the UI we are building.There is a number of layout classes in the Android SDK. They can be used,modified and create your own to make the UI.This makes the app suitable for the diverse set of Android devices.

layout classes in Android SDK:

- FrameLayout

- LinearLayout

- RelativeLayout

- GridLayout

## Answers

### Answer by Prakash nidhi Verma

Layouts in Android UI Design:

The extensions of the ViewGroup class is called Layout Manager. They are used to set the position of child Views within the UI we are building.There is a number of layout classes in the Android SDK. They can be used,modified and create your own to make the UI.This makes the app suitable for the diverse set of Android devices.

layout classes in Android SDK:

- FrameLayout

- LinearLayout

- RelativeLayout

- GridLayout


---

Original Source: https://www.mindstick.com/interview/23466/layouts-in-android-ui-design

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
