---
title: "What is Orientation?"  
description: "What is Orientation?"  
author: "Anonymous User"  
published: 2015-06-01  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2604/what-is-orientation  
category: "android"  
tags: ["android"]  
reading_time: 1 minute  

---

# What is Orientation?

- Orientation decides if the LinearLayout should be presented in row wise or column wise fashion. \
- The values are set using setOrientation()\
- The values can be HORIZONTAL or VERTICAL

## Answers

### Answer by Anonymous User

- Orientation decides if the LinearLayout should be presented in row wise or column wise fashion. \
- The values are set using setOrientation()\
- The values can be HORIZONTAL or VERTICAL


---

Original Source: https://www.mindstick.com/interview/2604/what-is-orientation

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
