Kotlin is a:
Interesting features of Kotlin:
Hello World example you should try.
This will help you understand the basics of the Kotlin programming language.
fun Main(args : Array<String>) {
printlin(“Hello World”) //Similar to System.out.println(“Hello World”) in Java.
}
Output
Hello World!
Breakdown:
fun Main(args : Array«String»){}
How to manage user activity with Kotlin
Managing fragments for Android with Kotlin
Setting up navigation in Android using Kotlin
Android live data and transformation | map ans switch map
Android RecyclerView Tutorial with Kotlin
ConstraintLayout Tutorial for Android: Complex Layouts
Android Styling: Themes vs Styles