---
title: "What is orientation in Android"  
description: "What is orientation in Android"  
author: "Anonymous User"  
published: 2016-01-12  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/22967/what-is-orientation-in-android  
category: "android"  
tags: ["android", "android layout"]  
reading_time: 1 minute  

---

# What is orientation in Android

Orientation, which can be set using setOreintation(), dictates if the Linear Layout is repsented as a row or as a column. Values are set as either HORIZONTAL or VERTICAL

## Answers

### Answer by Anonymous User

Orientation, which can be set using setOreintation(), dictates if the Linear Layout is repsented as a row or as a column. Values are set as either HORIZONTAL or VERTICAL


---

Original Source: https://www.mindstick.com/interview/22967/what-is-orientation-in-android

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
