One hour Kotlin guide for beginners, Compact and quick Kotlin guide from Kotlin basic to OOP programming.
Course Description
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
- Introduction
- Setup
- Kotlin Basic
- Kotlin file Structure & Package
- Variable
- Data type
- Array, List, Map, Iterator
- Function
- Conditional Expression
- Loop
- Property
- lateinit, lazy
- Null Safety
- Kotlin OOP Programming
- Class
- Inheritance
- Abstract class, interface
- Visibility modifie