Kotlin Tutorial

Kotlin is a cross-platform, statically typed, general-purpose programming language, this programming language was developed by JetBrains. Kotlin programming targets JVM, Android, JavaScript, and Native.

What is Kotlin programming language?

Kotlin is statically typed Language means type checking is done at compile time. It runs on JVM (Java virtual machine) and requires less code to do the specific task as compared to java. Its code is more expressive than java and supports more feature than java like operator overloading (absent in java), lambda expressions etc.

Why Kotlin Is Used?

We can develop Java Applications, Android Applications, Web Applications and native applications using Kotlin. So we can say it is a multiplatform Language.

Kotlin Tutorial Index

  1. Kotlin Introduction
  2. Kotlin Run Guide
  3. Kotlin Basics
  4. Kotlin Ranges
  5. Kotlin Conditional Statements
  6. Kotlin Functions
  7. Kotlin Loops
  8. Kotlin Arrays
  9. Kotlin Classes & Objects
  10. Kotlin Inheritance & Function Overriding
  11. Kotlin Abstract Classes
  12. Kotlin Interfaces
  13. Kotlin Data Classes
  14. Kotlin Collections
  15. Kotlin Collections Utility
  16. Kotlin Type Checks
  17. Kotlin Static Variables and Methods

Android with Kotlin

  1. Kotlin Setup in Android Studio
  2. Kotlin First App
  3. Kotlin Android Extension
  4. Kotlin OnClickListeners

Kotlin Programs



Comments and Discussions!

Load comments ↻





Copyright © 2024 www.includehelp.com. All rights reserved.