In this video we are going to learn the whole basics of kotlin programming in one video.
We will cover :
Introduction of Kotlin Programming,
What is Kotlin Programming,
Who developed the Kotlin program,
Important Features of Kotlin Programming,
concise, Null safety, Interportable, Smart Cast
Environment setup,
downloading and install IntelliJ IDE,
First Program using IntelliJ,
Kotlin Variables,
var keyword,
val keyword,
String Interpolation in Kotlin ,
Kotlin Data Types ,
Byte ,Short , Int ,Long ,Float , Double , String , Array
Taking Input in Kotlin ,
Type Conversion in Kotlin
toLong() , toByte() and other methods,
Operators in Kotlin
Arithmetic Operators,
Relational Operators,
Logical Operators,
Assignment Operators,
Control statement in Kotlin,
if , if else expression, when expression,
For loop in kotlin,
while loop in kotlin,
Functions Kotlin.