So the time has come to get acquainted with UI elements.
Full agenda & registration here.
In the next lecture “Android Fundamentals # 2: Introduction to Views” we will learn how to create UI elements and be able to work with them.
We will look at some of the standard user interface blocks in Android.
We'll consider:
– Introduction to Views
– XML declaration
– Common Views
– Connecting the xml to java code
– ViewGroups
– ViewGroups in XML - Views hierarchy
– And much more
How view is getting drawn on screen - concept level:
∙ onMeasure()
∙ onLayout()
∙ onDraw()