Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.26 KB

File metadata and controls

45 lines (39 loc) · 1.26 KB

KotlinTutorial

Kotlin Programming Tutorial for Absolute Beginners

Learn Kotlin Programming, its basics and Fundamentals from scratch.

Topics to be covered

1. Overview Of Kotlin Language

    - Course introduction, prequisites and software required

1. Installation Requred Software

    - Install required softwares for Windows
    - Java JDK , IntelliJIdea

2. Getting Started with Kotlin Programming

    - Create and Run your first app in Kotlin

3. Kotlin Basics

    - Kotlin Keywords
    - Data Types and Variables
    - String, Literals and String Interpolation
    - Comments 

4. Control Flow Statements

    - IF Expressions
    - IF ELSE 
    - WHEN Expressions

5. Loop Control Statements

    - What are Iterators?
    - WHILE Loop
    - DO WHILE Loop
    - FOR Loop and how it works
    - BREAK statements 
    - CONTINUE keyword
    - Labelled FOR Loop

6. Functions and Interoperability

    - Declaring functions 
    - Interoperability with Java code 
    - Function as Expressions 
    - Extension Functions
    - Infix Functions
    - Default Parameters
    - Named Parameters
    - Tailrec Functions 

Authors

  • Faisal Javid