Download as pdf or txt
Download as pdf or txt
You are on page 1of 21

Layouts

Presented By:
Ms.Leesha Aneja
Padding
Padding
Different layouts
Gravity Attribute
Text View:
Linear layout
Grid Layout
Grid Layout
Relative layout
Relative Layout
Linear Layout
Linear Layout
Setting visibility
MainActivity.java –java file.
Here oncreate method is called under Main
Activity class.
Relative layout
Activities
Activities
Intent
Explicit Intent
Explanation:

• Intent is a class ,exp_int is an object,new for new object


• Activity two=next activity which user shld be taken,This=context(to
tell the system where I am currently,current context,from user to be
taken to next activity
• In first line,we are defining an intent object and in second line,we are
firing that intent object

You might also like