Android Kotlin Tutorial on Static List || List in Kotlin

  Kotlin Static List : 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 types in variables the same applies in list too.. This part … Read more

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

Show Buttons
Hide Buttons