Today we covered the basics of Android Studio development in Kotlin and XML. Kotlin programming is used for the code behind the views and XML is used for setting up the design of a page.
Things discussed:
Recap of teams (View, View Model, Matter)
Purpose of our Smart Home App with demo of Matter in action
Activities vs. Fragments
Design layout (graphical and XML): constraint layout, TextView, Button, element attributes
Accessing elements on a page (e.g. button interactions)
Page navigation between activities
Activity lifecycle (onCreate, onResume, onPause, onDestroy)
Basic counter on single page activity
Matter demo (more explained in video above):
Comments