Lecture 10: Android Activities & Intents

This lecture discusses the role of activities in an app. It considers the activity lifecycle. It explores the benefits of the clean separation between widget configuration and layout, specified as XML files, and activity logic, written in Kotlin. It distinguishes between two different types of intent, implicit and explicit, and demonstrates the use of the latter to move from one activity to another.