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 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

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

Kotlin: A Beginner’s Guide to Modern Android Development

  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 generally make use of programming languages … Read more

Show Buttons
Hide Buttons