/kotlin-mega-tutorial

This is the companion repository of https://superkotlin.com/kotlin-mega-tutorial/

Primary LanguageKotlinApache License 2.0Apache-2.0

Kotlin Mega Tutorial

This is the companion repository of the Kotlin Mega Tutorial, the tutorial that will explain everything you need to know to use Kotlin.

In this complete tutorial we are going to see:

  • Basics of Kotlin
  • Variables and Values
  • Types
  • Nullability
  • Kotlin Strings
  • Declaring and Using Functions
  • Classes
  • Data Classes
  • Control Flow
  • Collections
  • Exceptions
  • Higher-order Functions
  • Lambdas
  • Generic Types

...and more. This repository contains the two complete examples explained in the article.