Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
One hour Kotlin guide for beginners
Rating: 4.0 out of 5(872 ratings)
18,714 students

One hour Kotlin guide for beginners

Compact and quick Kotlin guide from Kotlin basic to OOP programming.
Created byTutlets Kkang
Last updated 6/2018
English

What you'll learn

  • Kotlin basic programming and object oriented programming with Kotlin

Course content

3 sections16 lectures1h 20m total length
  • Introduction3:47

    Learn how Kotlin runs on the JVM and covers Android and web apps. Explore Java interoperability, Spring support, and modern features like lambda expressions, extension, and null safety.

  • Setup4:45
    • Install Java Development Kit(JDK)
    • Install IntelliJ IDEA
    • Create a project and test Hello World

Requirements

  • Be familiar with OOP(Object Oriented Programming) language like Java or C++.

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
    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

Who this course is for:

  • Java or Android app developers.