Kotlin Tutorials
Learn Kotlin step by step — a complete, ordered Kotlin tutorial course.
Your Kotlin learning path
Free, in order. Start at the top and work down.
Foundations
Steps 1–15
- → Kotlin Variables Tutorial
- → Kotlin Data Types Tutorial
- → Kotlin String Template Tutorial
- → Kotlin Operators Tutorial
- → Kotlin Arithmetic Operators Tutorial
- → Kotlin Assignment Operators Tutorial
- → Kotlin Relational (AKA Comparison) Operators Tutorial
- → Kotlin Logical Operators Tutorial
- + 7 more in this part
Going deeper
Steps 31–45
- → Kotlin Function Overloading Tutorial
- → Kotlin Function Overloading Tutorial
- → Kotlin Function Optional Default Arguments Tutorial
- → Kotlin Function Optional Default Arguments Tutorial
- → Kotlin Arrays Tutorial
- → Kotlin Arrays Tutorial
- → Kotlin Local and Global Variables Tutorial
- → Kotlin Local and Global Variables Tutorial
- + 7 more in this part
Advanced
Steps 46–58
- → Kotlin Class and Objects Tutorial
- → Kotlin Constructors Tutorial
- → Kotlin Constructors Tutorial
- → Kotlin Secondary Constructor (AKA Constructor Overloading) Tutorial
- → Kotlin Secondary Constructor (AKA Constructor Overloading) Tutorial
- → Kotlin Initializer Blocks Tutorial
- → Kotlin Initializer Blocks Tutorial
- → Kotlin lateinit Keyword Tutorial
- + 5 more in this part
- 257 Kotlin Comments Tutorial In this section we will learn what comments are and how to use them in Kotlin. What is…
- 257 Kotlin Comments Tutorial In this section we will learn what comments are and how to use them in Kotlin. What is…
- 267 Kotlin readLine() Function Tutoiral In this section we will learn what the readLine() function is and how to use it in Kotlin.…
- 267 Kotlin readLine() Function Tutoiral In this section we will learn what the readLine() function is and how to use it in Kotlin.…
- 277 Kotlin Class and Objects Tutorial In this section we will learn what the Class and Objects are and how to use them in…
- 277 Kotlin Class and Objects Tutorial In this section we will learn what the Class and Objects are and how to use them in…
- 287 Kotlin Constructors Tutorial In this section we will learn what the constructors are and how to use them in Kotlin. Note:…
- 287 Kotlin Constructors Tutorial In this section we will learn what the constructors are and how to use them in Kotlin. Note:…
- 297 Kotlin Secondary Constructor (AKA Constructor Overloading) Tutorial In this section we will learn what the constructor overloading is and how it works in Kotlin. Note:…
- 297 Kotlin Secondary Constructor (AKA Constructor Overloading) Tutorial In this section we will learn what the constructor overloading is and how it works in Kotlin. Note:…
- 307 Kotlin Initializer Blocks Tutorial In this section we will learn what the initializer block is and how it works in Kotlin. What…
- 307 Kotlin Initializer Blocks Tutorial In this section we will learn what the initializer block is and how it works in Kotlin. What…
- 317 Kotlin lateinit Keyword Tutorial In this section we will learn what the lateinit keyword is and how to use it in Kotlin.…
- 317 Kotlin lateinit Keyword Tutorial In this section we will learn what the lateinit keyword is and how to use it in Kotlin.…
- 327 Kotlin Getters and Setters Tutorial In this section, we will learn what the getters and setters are and how to use them in…
- 327 Kotlin Getters and Setters Tutorial In this section, we will learn what the getters and setters are and how to use them in…
- 337 Scope of variables in Kotlin Tutorial In this section we will learn about the scope of variables in Kotlin. Definition of Scope: What Does…
- 337 Scope of variables in Kotlin Tutorial In this section we will learn about the scope of variables in Kotlin. Definition of Scope: What Does…