If you are an Android developer with experience, you have gone through the different phases of using…
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.
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…
The navigation component for Android allows managing navigation inside your app easier than what was done earlier…
Callback hell is a consequence of asynchronous tasks that every developer who has faced it hates. It’s…