Playing with Kotlin Programming Language

preview_player
Показать описание
In this session, I'm going to explore writing a simple app in Kotlin programming language. Kotlin is a programming language designed by JetBrains in 2011 and gained so much popularity amongst Mobile app Android developers.

Here's some useful links:
Kotlin:

The Standard:

The Demo Project:
Рекомендации по теме
Комментарии
Автор

I absolutely love Kotlin for its versatility creating Android applications. Its nice to see other engineers appreciate the power of this young language :D

mohammadhassanamer
Автор

you really need to do also an episode on F#, it has like 95% of the fueatures you were excited about, including member names as strings :)

Qrzychu
Автор

Such a nice and elegant language. I like this series, please keep going.

dawidsurys
Автор

Actually writing functions with = and one implicit return expression compile just fine in Kotlin. Example: fun square(n: Int) = n*n. Return type is also automatically inferred :)

Same for most of the ": Student" in your code, you can just leave it away for even cleaner code, it will get inferred just fine.

spyro
welcome to shbcf.ru