This YOW! Night is devoted to the Kotlin programming language. It’s a modern language that gives more power in everyday routines and is gaining popularity amongst the Java developer community. Kotlin code generally looks cleaner and nicer, and it’s much easier to work with when you have less verbosity or code duplication. But what’s even […]
Tag: Isakova
MCE 2017: Svetlana Isakova, Coroutines in Kotlin
The async/await feature allows you to write the asynchronous code in a straightforward way, without a long list of callbacks. Used in C# for quite a while already, it has proved to be extremely useful. In fact, async/await is an implementation of a more general concept of coroutines, which first appeared more than 50 years […]
Kotlin on Android (en) – Svetlana Isakova, JetBrains
Droidcon Paris 2015 Apple has introduced “a better language” for iOS developers. But what options do we have for Android? Surely Kotlin should be under consideration! Android Studio is now based on Intellij Idea, the “native” environment for Kotlin. Kotlin is a modern language for industry. It can help you reduce the amount of code […]