by Marvin März | Apr 27, 2021 | Flutter
Creating an Adaptive Search Widget in Flutter APRIL 27, 2021 | MARVIN MÄRZ Search is a crucial feature for many apps. Flutter already offers some search bar widgets to go with, but as soon as you want to use designs for platforms other than Material (like Cupertino),...
by Balazs Toth | Mar 29, 2021 | Android
Non-Empty Lists in Kotlin MARCH 29, 2021 | BALAZS TOTH “What’s your favorite birthday present?” – This question only makes sense if you received at least one present. Otherwise, you might even perceive it as offensive. So before asking this...
by Paul Kraft | Mar 1, 2021 | iOS
Navigation and Deep-Links in SwiftUI MARCH 1, 2021 | PAUL KRAFT Large, complex apps rely on a robust, yet flexible app architecture. In this article, we’ll show you how to accomplish this goal and how to handle navigation and deep-linking with SwiftUI. With more...
by Nasir Ghulam | Feb 15, 2021 | Android
Data Integrity: CRC with Kotlin on Android FEBRUARY 15, 2021 | GHULAM NASIR When working with any communication or storage medium such as Bluetooth, wi-fi (and even wired networks) or disk storage, data can get corrupted. In such cases, we need to make sure that the...
by Paul Kraft | Jan 8, 2021 | iOS
How to Use the Coordinator Pattern in SwiftUI JANUARY 8, 2021 | PAUL KRAFT When developing iOS apps with UIKit, many developers have used the Coordinator pattern to abstract away the connections between individual view components. This increases the reusability of...