Install Android Studio on Window
To develop Android applications, we need to install Android Studio. In this tutorial, I show you how to install Android…
To develop Android applications, we need to install Android Studio. In this tutorial, I show you how to install Android…
Smart Casting is a feature of the Kotlin compiler that can rely on the previous conditions and circumstances of a…
In Java, we use the instanceOf operator to check if an object is an instance of a certain class or…
In Java, when comparing whether 2 objects initialized from a class are equal or not, we need to implement 2…
In Kotlin, we use two keywords var and val to declare variables. The difference between these two keywords is that…
If you have worked with Java, getting started with Kotlin is very easy, because Kotlin was born to improve the…
Similar to Java, when working with Kotlin, we also need to set up our IDE to write better code. In…
In this tutorial, I will show you how to create a new Gradle project with Kotlin in IntelliJ IDE! First,…
Along with Maven, Gradle is also a tool that helps us build source code easily. Gradle’s strength is that it…