The Total Kotlin Course: Learn Kotlin Today

The Total Kotlin Course: Learn Kotlin Today

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3.5 Hours | 502 MB

Develop Real World Applications with Kotlin, the Number One Programming Language for Modern Multi-platform Applications

Kotlin is the best new programming language for development on the market right now, and we have developed a system to allow you to learn just what you need to know, only when you need it.

Have fun while learning! Learn by actually doing!

After enrolling in this course, you’ll learn everything that you need to get started with Kotlin, from installation to writing your very own code!

In this course you will learn:

  • Installation of Kotlin
  • Difference between Kotlin and Java
  • Variables
  • Object Oriented Programming
  • Lists & Arrays
  • Input and Output
  • Loops
  • Functions
  • and so much more!
Table of Contents

Welcome to The Total Kotlin Course
1 What is Kotlin
2 IDE Setup
3 Setting Up Kotlin
4 Running Your First Kotlin Code

Basics of Using Kotlin
5 Var and Val
6 Get User Input
7 Types

Conditional Statements
8 If Statements
9 If Statements Or
10 When
11 When to Use When

Lists and Loops
12 Lists
13 For Loop
14 Best Friends List

Arrays and While Loops
15 Array List
16 While Loop
17 Deleting Friends from Our Best Friends List 12
18 Deleting Friends from Our Best Friends List 22
19 When to Use a While Loop

Functions
20 Introduction to Functions
21 Function Returning

OOP
22 Classes
23 Private Variables
24 Extending
25 Constructors
26 Advanced Constructors
27 Data Classes
28 Interfaces
29 Singletons
30 enumClass
31 Getter Setter
OOP Test.html

Bank Application
32 Create Project
33 Get User Input
34 Create Bank Class
35 Deposit
36 Withdraw

Nulls
37 What is a Null
38 Using Null
39 Null Safety
Null Safety Quiz.html

Date
40 Getting Current Date
41 Formatting Date

Iterator
42 Lambdas and Filter
43 Average
44 Extensions