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–8
Building blocks
Steps 9–16
- → Kotlin Type Casting (AKA Type Conversion) Tutorial
- → Kotlin if else Statements Tutorial
- → 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
Advanced
Steps 25–32
- → Kotlin Functions Tutorial
- → Kotlin Functions Tutorial
- → Kotlin return Statement Tutorial
- → Kotlin return Statement Tutorial
- → Kotlin Function with Single Expression Tutorial
- → Kotlin Function with Single Expression Tutorial
- → Kotlin Function Overloading Tutorial
- → Kotlin Function Overloading Tutorial
- 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…