SlideShare a Scribd company logo
1 of 11
Layout in Android
Presented by:
Mrs. Pooja Chouhan
Layouts
• A layout may contain any type of widgets such as
buttons, labels, textboxes, and so on.
1.Linear Layout
2.Relative Layout
3.Table Layout
4.Absolute Layout
5.Frame Layout
6.List view
7.Grid View
Linear Layout
Linear Layout is a view group that aligns all children in a
single direction, vertically or horizontally.
Relative Layout
Relative Layout is a view group that displays child views in relative
positions.
Table Layout
• Table Layout is a view that groups views into rows and
columns.
Absolute Layout
• Absolute Layout enables you to specify the exact location
of its children.
0,0 0,10
10,12
45,89
Frame Layout
The Frame Layout is a placeholder on screen that you can
use to display a single view.
List View
List View is a view group that displays a list of scrollable
items.
Grid View
Grid View is a ViewGroup that displays items in a two-
dimensional, scrollable grid.
Thank You
Questions?

More Related Content

More from poojapainter

Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogypoojapainter
 
Anatomy of android aplication
Anatomy of android aplicationAnatomy of android aplication
Anatomy of android aplicationpoojapainter
 
Android architecture
Android architectureAndroid architecture
Android architecturepoojapainter
 
Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogypoojapainter
 
Introduction to compiler interpreter
Introduction to compiler interpreterIntroduction to compiler interpreter
Introduction to compiler interpreterpoojapainter
 
Android the new Technology for mobile
Android the new Technology for mobileAndroid the new Technology for mobile
Android the new Technology for mobilepoojapainter
 

More from poojapainter (9)

Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogy
 
Anatomy of android aplication
Anatomy of android aplicationAnatomy of android aplication
Anatomy of android aplication
 
Overview of c
Overview of cOverview of c
Overview of c
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Android the new Mobile Technoogy
Android the new Mobile TechnoogyAndroid the new Mobile Technoogy
Android the new Mobile Technoogy
 
Introduction to compiler interpreter
Introduction to compiler interpreterIntroduction to compiler interpreter
Introduction to compiler interpreter
 
Applets
AppletsApplets
Applets
 
Android the new Technology for mobile
Android the new Technology for mobileAndroid the new Technology for mobile
Android the new Technology for mobile
 
Green i t
Green i tGreen i t
Green i t
 

Android layouts