Skip to content

I'll be sharing the snippets and explanations of my Kotlin learnings.

Notifications You must be signed in to change notification settings

iambhat/Kotlin-Complete-Learnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Kotlin-Complete-Learnings

  • I'll be sharing the syntax, snippets and example programs of my Kotlin learnings.
  • Will try to include explanations as much as possible as per my understanding.
  • Let's learn together. Cheers.!!

What is Kotlin?

  • Kotlin is a modern, trending programming language that was released in 2016 by JetBrains.

  • It has become very popular since it is compatible with Java (one of the most popular programming languages out there), which means that Java code (and libraries) can be used in Kotlin programs.

Kotlin is used for:

  • Mobile applications (specially Android apps)
  • Web development
  • Server side applications
  • Data science
  • And much, much more!

Why Use Kotlin?

  • Kotlin is fully compatible with Java
  • Kotlin works on different platforms (Windows, Mac, Linux, Raspberry Pi, etc.)
  • Kotlin is concise and safe
  • Kotlin is easy to learn, especially if you already know Java
  • Kotlin is free to use
  • Big community/support

About

I'll be sharing the snippets and explanations of my Kotlin learnings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages