In this tutorial, we will learn about kotlin type conversion techniques. We will learn about how to convert kotlin variable from one data type to another data type. For example, from variable of data type Int to variable of data …
Learn about how to use kotlin enum class. You will learn how to create enum class in kotlin, ho w to initialize enum constants in kotlin, how to use it in kotlin program, how to use value property of enum …
Learn about how to use kotlin array with example. We will see different format to declare and define array in kotlin, access elements of array, modify elements of array, traverse elements of array in kotlin etc. we will see how …
Learn about kotlin string with example. We will see what is string in kotlin, how to declare and define it, different examples of string in kotlin, what is string template in kotlin, format to declare and define string template, different …
Learn about kotlin character with example. We will go through different example that demonstrates different uses of character in kotlin. We will see how can you convert an integer into character and vice-versa. We will see how declare and define …
In this tutorial, we will discuss about number in kotlin. We will see how to declare and define number in kotlin, how to convert from one data type to another type in kotlin. Visit post to know more...
In this tutorial, we will learn about kotlin basic data types. We will see different data types in kotlin like – Number, Character, Strings, Arrays etc. This post will cover basic data types in Kotlin programming language. You can check …