by Balazs Toth | Jul 27, 2022 | Android
Snapshot Testing in Kotlin and Android JULY 27, 2022 | BALAZS TOTH Probably every mobile developer knows these small but annoying bugs: The general toolbar of the app is restyled, and it looks good on 29 out of the total 30 screens but on one of the screens some UI...
by Marvin März | May 16, 2022 | Flutter
Handling Exceptions in Dart & Flutter: Everything you need to know MAY 16, 2022 | MARVIN MÄRZ Are you aware that every Dart method can throw an exception at any time? Many Flutter developers understand exceptions the wrong way because exceptions in Dart are...
by Frederik Kammel | Apr 4, 2022 | Android, iOS
The Abstract Syntax Tree – Kotlin vs. Swift APRIL 4, 2022 | FREDERIK KAMMEL Have you ever wondered why we have to use Kotlin for Android and Swift for iOS development? We asked ourselves the same question and came quickly to the conclusion that there might be a...
by Mischa Hildebrand | Jan 31, 2022 | iOS
How to Build a Wordle Game With SwiftUI JANUARY 31, 2022 | MISCHA HILDEBRAND Have you heard of Wordle? Chances are you have as it really went viral on Twitter the past few weeks. It’s a simple game that’s truly addictive. We were also...
by Frederik Kammel | Dec 13, 2021 | Android
Value Classes in Kotlin: Good-Bye, Type Aliases!? DECEMBER 13, 2021 | FREDERIK KAMMEL With the release of Kotlin 1.5.0, value classes (formerly known as inline classes) are finally stable and were released from their @OptIn annotations. Many were hyped about the...