Android Kotlin Tutorial On BigDecimal || BigDecimal

Problem: Have you felt calculations a bit confused any time or making multiple calculations changing your result / output.You may find this scenario mostly in financial calculations like shopping where you can add prices of different range. In general we may get a weird output/result when you try to add up long precision numbers like … Read more

Android Kotlin Tutorials on Variables

  Kotlin Variables : 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 learnt about String, Integer declarations … Read more

Android basic operators || Kotlin Tutorial on Operators

  Android basic operators : In this part of the tutorial we will be dealing with android basic 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 on android basic operators is to know the usage of … Read more

Kotlin Variable Declaration || Kotlin, Android

  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 variable has a slightly different type of initialization compared to java.   Kotlin variable : Variables are the basic requirements for any type of program. Even it might … Read more

Show Buttons
Hide Buttons