Unit 1 Pathway 1: Introduction to Kotlin¶ Welcome to Android Basics with Compose Your first program in Kotlin Before you begin What you’ll build What you’ll learn What you’ll need Get started Open Kotlin Playground Run your first program Parts of a function Kotlin style guide Conclusion Create and use variables in Kotlin Before you begin What you’ll build What you’ll learn What you’ll need Variables and data types Define and use variables Update variables Explore other data types Commenting in your code Conclusion Create and use functions in Kotlin Before you begin Prerequisites What you’ll learn What you’ll need Define and call a function Return a value from a function Add a parameter to the birthdayGreeting() function Functions with multiple parameters Named arguments Default arguments Conclusion Practice: Kotlin Basics