Kotlin

Basic of Kotlin to get started in android Part-3

In my last tutorial, we understood basic introduction about Kotlin and basic features to get a quick start building an Android application. In this series, we will learn about of Classes and Objects in Kotlin. Sounds good 🙂 But before if you have not checked my last tutorial then I would be recommended checking my all […]

Basic of Kotlin to get started in android Part-2

In my last tutorial, we have learned the basic introduction about Kotlin. Kotlin is inspired by C#, Groovy, and Scala language. I recommend you to please check my last post-Basic of Kotlin to get started in android part-1. Google I/O 2017 announced that Kotlin will be the official language for Android development. This is great news […]

Basic of Kotlin to get started in android Part-1

Kotlin is the new language based on JVM. It is taken the good parts of java. When I am talking about the good parts, it means to eliminate the boilerplate code and given better object orientated programming. As we know that Java is also Object oriented programming.  Kotlin is allowing the functional programming also. It […]

Scroll to top