Basic Kotlin Tour for Beginners: Variables, Types, Collections, Control Flow, and Functions

preview_player
Показать описание
Kotlin is a universal language used for Android development and more. By the end of this video, you will be familiar with the basics of Kotlin.

Chapters:
0:00 About the video
0:10 Variables
0:41 Basic types
2:13 Collections
2:36 List
3:22 Set
4:07 Map
5:19 Conditional expressions
6:06 Loops
7:04 Functions
7:46 Conclusion of the video

#Kotlin #KotlinTour #Programming #Coding #AndroidDevelopment #LearnKotlin #Tech #Variables #BasicTypes #Collections #ControlFlow #Functions

Thanks for watching and happy coding!
Рекомендации по теме
Комментарии
Автор

What will this code print?

fun main() {
println((listOf(1, 2, 3).map { it * it }.find { it < 4 } ?: "None")::class.simpleName)
}

MiM-dmdg
join shbcf.ru