Unit Testing in Kotlin (KTUG Munich)

In this presentation you’ll learn about ways in which Kotlin can improve the readability and maintainability of your unit tests. Kotlin is a very expressive language, and it’s a great tool for writing clean and readable tests. We’ll look into a number of great Kotlin features and frameworks that make... [Read More]

A Curious Case of Multiple Locales

One of the features introduced in Android N is the possibility to select multiple languages in Settings (Language and Locale), which should enable the system to resolve app locales in a smarter way. Here’s how it works. [Read More]
Tags: android