Autoplay
Autocomplete
Previous Lesson
Complete and Continue
A Comprehensive Beginner's Guide to Coding in Kotlin
Installations
0.1 - Install Android Studio 3 with Kotlin (5:24)
0.2 - Install Kotlin for Android Studio 2.3.2 and Earlier (6:02)
0.3 - Intro to the Kotlin Language (7:27)
Chapter 1: Variables
1.0 - Introduction to Kotlin (2:57)
1.1 - Intro to Variables (13:22)
1.2 - Primitive Variable Types (11:26)
1.3 - Strings (9:47)
1.4 - Ranges (7:15)
1.5 - Nullable Variables (16:17)
1.6 - Converting Between Variable Types (22:13)
1.7 - Assignment, Arithmetic, and Unary Operators (12:28)
1.8 - Conditional Operators (9:06)
Chapter 2: Collections
2.0 - Introduction (2:45)
2.1 - Intro to Arrays (14:04)
Chapter 3: Control Flow
3.0 - Introduction (2:36)
3.1 If Statements (11:30)
3.2 - Advanced If Statements (12:43)
3.3 - When Statements and Expressions (15:35)
3.4 - Checking for Null Values (4:11)
3.5 - While Loops (11:24)
3.6 - Continue and Break Statements (11:04)
Chapter 4: Functions
4.0 - Introduction (2:49)
4.1 - Functions with and without Parameters (16:07)
4.2 - Return Types (12:07)
4.3 - Variable Scope (10:27)
4.4 - Unique Kotlin Function Syntax (14:04)
Chapter 5: Classes and Objects
5.0 - Introduction (5:58)
5.1 - Creating and Instantiating a Class (11:46)
5.2 - Additional Constructors and Init Blocks (7:01)
5.3 - Adding Properties and Behaviours (18:05)
5.4 - "This" Keyword (4:23)
5.5 - Visibility Access Modifiers (12:20)
5.6 - Getters and Setters (10:10)
Source Code
Intro_Text
Variables_Text
Collections_Text
Control_Flow_Text
Functions_Text
Class and Objects_Text
Bonus Lecture: How to get more content.
More content.
2.0 - Introduction
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock