Skip to content

Kathuria/Kotlin_101

Repository files navigation

Kotlin_101

Kotlin Bootcamp for Programmers

Link To Course : https://codelabs.developers.google.com/codelabs/kotlin-bootcamp-introduction/

kotlin-image

This is repository dedicated to my practise work related to kotlin which includes basic stuff of programming in Kotlin.

Topics Covered During this course

  • Lesson 1: Get started
  • Lesson 2: Kotlin basics
  • Lesson 3: Functions
  • Lesson 4: Classes and objects
  • Lesson 5.1: Extensions
  • Lesson 5.2: Generics
  • Lesson 6: Functional manipulation

Its Recommended to use Intell-J editor for Kotlin But I tried to use VS-Code editor with Kotlin(avoid using it).

If intrested! -> Setup with VS-Code

PS: This course is geared towards programmers who know an object-oriented language such as Java or C++. If you're familiar with C#, some of the features of Kotlin will be familiar.