by abhishek | Feb 17, 2019 | Kotlin
Introduction: List of things make your work much easier than maintaining multiple variables isn’t it.List not only help to display/retrieve values but also store and gather them according their types. As in the previous tutorials we have seen different data...
by abhishek | Feb 12, 2019 | Kotlin
Problem: Have you felt calculations a bit confused any time or making multiple calculations changing your result / output.You may find this scenario in financial calculations like shopping where you add prices of different range. In general we may get a weird...
by abhishek | Jan 29, 2019 | Kotlin
Kotlin has the same variable types we use in programming but the way we initialize them is a bit different from normal i.e., traditional way of declaring in java. Let’s have a look at the continuation of the previous tutorial on android Kotlin variables. We have...
by abhishek | Jan 26, 2019 | Kotlin
In this part of tutorial we will be dealing with operators like addition, subtraction etc. A best example for the operators is calculator app which has almost utilized all sorts of operators. The importance of this tutorial is to know the usage of operators with the...
by abhishek | Jan 24, 2019 | Kotlin
In this tutorial we will go through the variables usage in Kotlin though you have a knowledge of variables in various other programming languages but Kotlin has a slightly different type of initialization compared to java. Variables are the basic requirements for any...
by abhishek | Jan 23, 2019 | Kotlin
Hello World is the first thing we practice in every programming language we initially begin with the same scenario we implement in Kotlin as well. You might have heard by now or its good to know that Kotlin is a official language for android developers. We...