Difference between revisions of "Notes from layout video"

From MyWiki
Jump to: navigation, search
(Created page with "The gui components are called widgets or views<br> They arranged according to a layout, LinearLayout(Vertical) LinearLayout(Horizontal)<br> Layouts are in fact views themselve...")
 
 
Line 4: Line 4:
 
RelativeLayout, needs an '''align'''<br>
 
RelativeLayout, needs an '''align'''<br>
 
There are actions and events<br>
 
There are actions and events<br>
 +
An application can comprise multiple activities and screens, each one has identifier<br>
 +
Back button on phone returns one to the previous activity<br>
 +
A pop up messages is "toast"<br>

Latest revision as of 12:28, 3 October 2017

The gui components are called widgets or views
They arranged according to a layout, LinearLayout(Vertical) LinearLayout(Horizontal)
Layouts are in fact views themselves
RelativeLayout, needs an align
There are actions and events
An application can comprise multiple activities and screens, each one has identifier
Back button on phone returns one to the previous activity
A pop up messages is "toast"