After learning about Kotlin Architecture & Installing Android Studio in previous tutorials, now we are ready to build our first Android App in Kotlin. Follow the tutorial to the end to develop your first Android App in Android Studio. 1. Start a New Android Studio Project If you have not yet installed Android Studio you […]
Kotlin Tutorial: Environment Setup & Android Studio Installation Guide
In this tutorial, we will learn the Kotlin Environment Setup and a step by step guide for Android Studio Installation. To get started with Kotlin’s development first we need to install an IDE on which we can write our Kotlin code, can compile, run & debug. We have the following options for IDEs to use […]
Kotlin Tutorial: Kotlin Architecture & Interoperability
In this tutorial, we will discuss the architecture of Kotlin programming language and its Interoperability feature. As you know we write Kotlin code in .kt file. Kotlin compiler converts that Kotlin code written in .kt file into byte code. That byte code is exactly the same as Java compiler generates for .java class file. That […]
Kotlin Tutorial: Overview For the Beginners
Kotlin is a new and open-source programming language developed by JetBrains. They are the official developers of the most famous Java IDE, named Intellij IDEA. In this Kotlin tutorial series we will learn Kotlin from the beginning. Kotlin is a statically typed language, which means that all the types of variables used in the code […]