by Mischa Hildebrand | Jun 7, 2021 | iOS
How to Read BLE Characteristics in Swift JUNE 7, 2021 | MISCHA HILDEBRAND When your iOS (or macOS) app needs to read data from a nearby Bluetooth device – how do you decode the data included in the BLE characteristics? At QuickBird Medical, we often work with...
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...