One hour Kotlin guide for beginners

Compact and quick Kotlin guide from Kotlin basic to OOP programming.

One hour Kotlin guide for beginners
One hour Kotlin guide for beginners

One hour Kotlin guide for beginners udemy course

Compact and quick Kotlin guide from Kotlin basic to OOP programming.

One hour Kotlin guide for beginners is designed for students who are familiar with Object Oriented Programming(OOP).

You will learn the basic knowledge of Kotlin language and OOP programming with Kotlin. 


1. Objectives

  • Kotlin Basic programming
  • Object Oriented Programming

2. Contents

  • Welcome to Kotlin
    1. Introduction
    2. Setup


  • Kotlin Basic
    1. Kotlin file Structure & Package
    2. Variable
    3. Data type
    4. Array, List, Map, Iterator
    5. Function
    6. Conditional Expression
    7. Loop
    8. Property
    9. lateinit, lazy
    10. Null Safety


  • Kotlin OOP Programming
    1. Class
    2. Inheritance
    3. Abstract class, interface
    4. Visibility modifie