Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

In this course, I'll teach you everything you need to get started coding in the Kotlin language. You'll start from scratch and learn the basic syntax before moving on to fundamental topics such as functions and classes, loops and iterators. Later on, you'll get a sneak peek at some advanced features of Kotlin like lambdas and higher-order functions.

1.1 Introduction

Hello all. I'm Annapurna Agrawal AKA Anna. And I welcome you all to this course of getting started with Kotlin, at envatotuts+. In this course, we will be covering all of the basics related to Kotlin. I'll first introduce you to Kotlin and say how cool it is. We will then go to installing the IDE where we will write our Kotlin codes. Then I'll show you the demo to write your first Kotlin code and execute it. We will also go through the basic topics like comments, data types and variables, classes, and functions. I'll also show you a sneak peak of object-oriented programming in Kotlin where I'll tell you how inheritance works. We will see how Kotlin is a safe programming language and how we are safe from null pointer exceptions. You'll also learn how to use string templates and interpolations, the ranges and double dot operators, the loops and iterators in Kotlin. And I'll also introduce you to some advanced topic of Kotlin such as the high level functions and lambdas. So get ready to get started with Kotlin.

Back to the top