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–10
- → 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
- + 2 more in this part
Building blocks
Steps 11–20
- → Kotlin Ternary Operator Tutorial
- → Kotlin Ternary Operator Tutorial
- → Kotlin when Statement (switch statement) Tutorial
- → Kotlin when Statement (switch statement) Tutorial
- → Kotlin do while Loop Tutorial
- → Kotlin do while Loop Tutorial
- → Kotlin while Loop Tutorial
- → Kotlin while Loop Tutorial
- + 2 more in this part
Going deeper
Steps 21–30
Advanced
Steps 31–40
- → 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
- + 2 more in this part
- 7 Kotlin Variables Tutorial In this section we will learn what Variables are and how to use them in Kotlin. What is…
- 17 Kotlin Data Types Tutorial In this section we will learn what data types are and how to use them in Kotlin. Note:…
- 27 Kotlin String Template Tutorial In this section we will learn what the String Template is and how to use it in Kotlin.…
- 37 Kotlin Operators Tutorial In this section we will learn what the Operators are and how to use them in Kotlin. What…
- 47 Kotlin Arithmetic Operators Tutorial In this section we will learn what the Arithmetic Operators are and how to use them in Kotlin.…
- 57 Kotlin Assignment Operators Tutorial In this section we will learn what the Assignment operators are and how to use them in Kotlin.…
- 67 Kotlin Relational (AKA Comparison) Operators Tutorial In this section we will learn what the Relational operators are and how to use them in Kotlin.…
- 77 Kotlin Logical Operators Tutorial In this section we will learn what the Logical Operators are and how to use them in Kotlin.…
- 87 Kotlin Type Casting (AKA Type Conversion) Tutorial In this section we will learn what the type casting is and how it works in Kotlin. What…
- 97 Kotlin if else Statements Tutorial In this section we will learn what the if else statement is and how to use it in…
- 107 Kotlin Ternary Operator Tutorial In this section we will learn what the ternary operator is and how to use it in Kotlin.…
- 107 Kotlin Ternary Operator Tutorial In this section we will learn what the ternary operator is and how to use it in Kotlin.…
- 117 Kotlin when Statement (switch statement) Tutorial In this section we will learn what the when statement is and how to use it in Kotlin.…
- 117 Kotlin when Statement (switch statement) Tutorial In this section we will learn what the when statement is and how to use it in Kotlin.…
- 127 Kotlin do while Loop Tutorial In this section we will learn what the do-while loop is and how to use it in Kotlin.…
- 127 Kotlin do while Loop Tutorial In this section we will learn what the do-while loop is and how to use it in Kotlin.…
- 137 Kotlin while Loop Tutorial In this section we will learn what the while loop is and how to use it in Kotlin.…
- 137 Kotlin while Loop Tutorial In this section we will learn what the while loop is and how to use it in Kotlin.…
- 147 Kotlin for Loop Tutorial In this section we will learn what the for loop is and how to use it in Kotlin.…
- 147 Kotlin for Loop Tutorial In this section we will learn what the for loop is and how to use it in Kotlin.…
- 157 Kotlin break Statement Tutorial In this section we will learn what the break statement is and how to use it in Kotlin.…
- 157 Kotlin break Statement Tutorial In this section we will learn what the break statement is and how to use it in Kotlin.…
- 167 Kotlin continue Statement Tutorial In this section we will learn what the continue statement is and how to use it in Kotlin.…
- 167 Kotlin continue Statement Tutorial In this section we will learn what the continue statement is and how to use it in Kotlin.…
- 177 Kotlin Functions Tutorial In this section we will learn what the functions are and how to use them in Kotlin. What…
- 177 Kotlin Functions Tutorial In this section we will learn what the functions are and how to use them in Kotlin. What…
- 187 Kotlin return Statement Tutorial In this section we will learn what the return statement is and how to use it in Kotlin.…
- 187 Kotlin return Statement Tutorial In this section we will learn what the return statement is and how to use it in Kotlin.…
- 197 Kotlin Function with Single Expression Tutorial In this section we will learn what the single expression function is and how to use it in…
- 197 Kotlin Function with Single Expression Tutorial In this section we will learn what the single expression function is and how to use it in…
- 207 Kotlin Function Overloading Tutorial In this section we will learn what the function overloading is and how it works in Kotlin. What…
- 207 Kotlin Function Overloading Tutorial In this section we will learn what the function overloading is and how it works in Kotlin. What…
- 217 Kotlin Function Optional Default Arguments Tutorial In this section we will learn what the default arguments in functions are and how to use them…
- 217 Kotlin Function Optional Default Arguments Tutorial In this section we will learn what the default arguments in functions are and how to use them…
- 227 Kotlin Arrays Tutorial In this section we will learn what the Arrays are and how to use them in Kotlin. What…
- 227 Kotlin Arrays Tutorial In this section we will learn what the Arrays are and how to use them in Kotlin. What…
- 237 Kotlin Local and Global Variables Tutorial In this section we will learn what the local and global variables are and how they work in…
- 237 Kotlin Local and Global Variables Tutorial In this section we will learn what the local and global variables are and how they work in…
- 247 Kotlin Pass by Reference and Pass by Value Tutorial In this section we will learn what the pass by value and pass by reference means and how…
- 247 Kotlin Pass by Reference and Pass by Value Tutorial In this section we will learn what the pass by value and pass by reference means and how…