MVI in Kotlin Multiplatform — part 3 (3 of 3)
Jul 28, 2020, 11:01 AM
In this part, we are going to cover the Kittens module with unit and integration tests.Continue reading on Bumble Tech »
Using Hopper to investigate an IOS bug
Jun 11, 2020, 8:01 AM
Using Hopper to investigate an iOS bugIn this article, I share how we investigated a bug in UIKit, which Apple wasn’t able to solve since the introduction of a new major iOS version until the recent release of iOS 13.4.1.The problem was...
MVI in Kotlin Multiplatform — part 2 (2 of 3)
Jun 9, 2020, 1:01 PM
In this part, we are going to implement platform specific parts of the module and integrate the module into iOS and Android applications.Continue reading on Bumble Tech »
MVI in Kotlin Multiplatform — part 1 (1 of 3)
Apr 17, 2020, 7:24 AM
A brief description of the MVI pattern, problem definition and writing the common (shared) module using Kotlin Multiplatform.Continue reading on Bumble Tech »
Routing for iOS: universal navigation without rewriting the app
Dec 20, 2019, 5:01 AM
What’s wrong with navigation anyway?Continue reading on Bumble Tech »
Dub-dub 2019: my take on what’s new at WWDC
Jun 26, 2019, 5:51 AM
In this article I share my impressions of the conference: scroll down for, not just read about important updates and an overview of the sessions, but also something on my own personal feelings, having spent time with a happy crowd of...
Reaktive — a multiplatform library for reactive Kotlin
May 10, 2019, 9:18 AM
Reaktive — a multiplatform library for reactive KotlinReactive programming is really popular today not least because it has loads of plus points: the absence of what is called ‘callback hell’; a built-in mechanism for processing errors;...
Particle systems: a Christmas story
Mar 12, 2019, 1:45 PM
Christmas has always been one of my favourite times of the year. For me, Christmas is a season that brings so much love, laughter, happiness, and other magical things into our lives.I was born and raised in Spain, more specifically in...
Swift Package Manager builds iOS frameworks (Updated. Xcode 10.2 Beta)
Feb 25, 2019, 8:53 AM
Swift Package Manager builds iOS frameworks(Updated. Xcode 10.2 Beta)Swift Package Manager doesn’t work with iOS. That’s probably all you can say about the current state of SPM, but insomnia forced me to expand on the issue and compile the...
Xcode 10.2, macOS Mojave 10.14.4, iOS 12.1 and other betas
Jan 30, 2019, 8:29 AM
New betas are here and these are some of the most important things that I have learned about them.Swift 5 for Xcode 10.2 betaSwiftFirstly, the latest Xcode beta is bundled with the following Swift version:Apple Swift version 5.0...