Skip to content

Kotlin Primer

Introduction

Kotlin is a fantastic new language that we'll be using to create our Android Applications. In this module, we'll quickly explore the basics of the language from a Java perspective.

During the rest of the course, I'll often explain some of these concepts in more detail.

Objectives

  • Understand the basic structure of Kotlin classes, properties and functions
  • Use lambdas as arguments to functions as callbacks or observers

Video

Note

You can change the quality and playback speed by clicking the icon when the video is playing.

If you would like to search the captions for this video, click Watch on YouTube, press "..." and choose Show Transcript.

Example Source

Example Source: https://gitlab.com/605-686/fall-2023-refresh/modules/kotlin-primer