Following the topic of Continuous Integration (CI) that I started here, in this post we are going…
Hi! I'm Miguel, and I'm a software engineer based in Madrid, Spain. I've been developing mobile apps since 2019, on iOS, KMM and Android, which is my main specialty and that's what I'll be writing mostly about.
In this article, we are going straight to the point. 🚀 I want to share some extension…
If you are an Android developer with experience, you have gone through the different phases of using…
Thanks to Jetpack Compose, implementing gestures is easier than ever. The only thing we need to assign…
UI not only acts as a way for the users to interact with the product, it also…
As an app developer, I’ve always preferred to prioritize having a working and stable app before focusing…
When developing software, the value of testing is immeasurable. Not only makes it easier to find bugs…
If you have some experience developing Android apps in a production environment, you already know about the…
Kotlin, in my experience, is usually a language easy to learn if you’ve already worked with OOP paradigms before….
One of the patterns that is super integrated in Kotlin is the delegation pattern. It helps the…