by Stefan Kofler | Oct 1, 2018 | iOS
Introducing an iOS navigation library based on the coordinator pattern OCTOBER 1, 2018 | STEFAN KOFLER We at QuickBird Studios are working on large-scale apps that grow over years and that’s why our team worked really hard to find suitable architectural patterns...
by Malte Bucksch | Aug 21, 2018 | General
What is Functional Reactive Programming (FRP)? AUGUST 21, 2018 | MALTE BUCKSCH The new buzzword to impress your friends: Functional Reactive Programming (FRP) Using Functional Reactive Programming, you write less code, you have fewer bugs, you can program...
by Sebastian Sellmair | Aug 6, 2018 | General
Software Design Pattern: Composite by Induction AUGUST 6, 2018 | SEBASTIAN SELLMAIR We at QuickBird Studios are often faced with a wide variety of problems. Some of them are very easy to solve, some of them are very, very hard and some are … let’s say… „very...
by Stefan Kofler | Jun 26, 2018 | iOS
Syncing app data: Sync Realm with server-side database like MySQL JUNE 26, 2018 | STEFAN KOFLER Over the last couple of months, Realm became the go-to mobile database solution. It’s a mobile, offline-first database solution to store your app’s data without...
by Julian Bissekkou | Jun 12, 2018 | Flutter
App architecture: MVVM in Flutter using Dart Streams JUNE 12, 2018 | JULIAN BISSEKKOU A common problem while developing apps is that you end up with over-complicated classes containing View logic as well as business logic. Both are so intertwined that it’s impossible...