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...
by Malte Bucksch | May 8, 2018 | Android, iOS
App architecture: Functional MVVM with RxJava & RxSwift MAY 8, 2018 | MALTE BUCKSCH The problem with the way many people implement and explain their app architecture is something like that: The Fragment or UIViewController becomes a massive class that contains...